TraDemGen Logo  1.00.0
C++ Simulated Travel Demand Generation Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
TRADEMGEN::Trademgener Struct Reference

Wrapper structure around the C++ API, so as to expose a Python API. More...

List of all members.

Public Member Functions

std::string trademgen (const NbOfRuns_T &iNbOfRuns, const std::string &iDemandGenerationMethodString)
 Trademgener ()
 Trademgener (const Trademgener &iTrademgener)
 ~Trademgener ()
bool init (const std::string &iLogFilepath, const stdair::RandomSeed_T &iRandomSeed, const bool isBuiltin, const stdair::Filename_T &iDemandInputFilename)

Detailed Description

Wrapper structure around the C++ API, so as to expose a Python API.

Definition at line 70 of file pytrademgen.cpp.


Constructor & Destructor Documentation

TRADEMGEN::Trademgener::Trademgener ( )
inline

Default constructor.

Definition at line 266 of file pytrademgen.cpp.

TRADEMGEN::Trademgener::Trademgener ( const Trademgener iTrademgener)
inline

Default copy constructor.

Definition at line 270 of file pytrademgen.cpp.

TRADEMGEN::Trademgener::~Trademgener ( )
inline

Default constructor.

Definition at line 276 of file pytrademgen.cpp.


Member Function Documentation

bool TRADEMGEN::Trademgener::init ( const std::string &  iLogFilepath,
const stdair::RandomSeed_T &  iRandomSeed,
const bool  isBuiltin,
const stdair::Filename_T &  iDemandInputFilename 
)
inline

Wrapper around the search use case.

Definition at line 284 of file pytrademgen.cpp.

References TRADEMGEN::TRADEMGEN_Service::buildSampleBom(), and TRADEMGEN::TRADEMGEN_Service::parseAndLoad().

Referenced by BOOST_PYTHON_MODULE().


The documentation for this struct was generated from the following file: