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) |
Definition at line 22 of file pytrademgen.cpp.
TRADEMGEN::Trademgener::Trademgener | ( | ) | [inline] |
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.
TRADEMGEN::Trademgener::~Trademgener | ( | ) | [inline] |
Default constructor.
Definition at line 89 of file pytrademgen.cpp.
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().