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

List of all members.

Public Member Functions

std::string trademgen (const std::string &iQuery)
 Trademgener ()
 Trademgener (const Trademgener &iTrademgener)
 ~Trademgener ()
bool init (const std::string &iLogFilepath, const stdair::RandomSeed_T &iRandomSeed, const stdair::Filename_T &iDemandInputFilename, const std::string &iDBUser, const std::string &iDBPasswd, const std::string &iDBHost, const std::string &iDBPort, const std::string &iDBDBName)

Detailed Description

Definition at line 22 of file pytrademgen.cpp.


Constructor & Destructor Documentation

Default constructor.

Definition at line 79 of file pytrademgen.cpp.

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

Default copy constructor.

Definition at line 83 of file pytrademgen.cpp.

Default constructor.

Definition at line 89 of file pytrademgen.cpp.


Member Function Documentation

std::string TRADEMGEN::Trademgener::trademgen ( const std::string &  iQuery) [inline]

Wrapper around the travel demand generation use case.

Definition at line 25 of file pytrademgen.cpp.

References TRADEMGEN::TRADEMGEN_Service::displayAirlineListFromDB().

Referenced by BOOST_PYTHON_MODULE().

bool TRADEMGEN::Trademgener::init ( const std::string &  iLogFilepath,
const stdair::RandomSeed_T &  iRandomSeed,
const stdair::Filename_T &  iDemandInputFilename,
const std::string &  iDBUser,
const std::string &  iDBPasswd,
const std::string &  iDBHost,
const std::string &  iDBPort,
const std::string &  iDBDBName 
) [inline]

Wrapper around the search use case.

Definition at line 95 of file pytrademgen.cpp.

References TRADEMGEN::TRADEMGEN_Service::parseAndLoad().

Referenced by BOOST_PYTHON_MODULE().


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