1.00.4
C++ Simulated Travel Demand Generation Library
DemandStreamTypes.hpp
Go to the documentation of this file.
1
#ifndef __TRADEMGEN_BOM_DEMANDSTREAMTYPES_HPP
2
#define __TRADEMGEN_BOM_DEMANDSTREAMTYPES_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <map>
9
#include <list>
10
// StdAir
11
#include <stdair/bom/key_types.hpp>
12
13
namespace
TRADEMGEN
{
14
15
// Forward declarations.
16
class
DemandStream
;
17
19
typedef
std::list<DemandStream*>
DemandStreamList_T
;
20
22
typedef
std::map<const stdair::MapKey_T, DemandStream*>
DemandStreamMap_T
;
23
24
}
25
#endif // __TRADEMGEN_BOM_DEMANDSTREAMTYPES_HPP
TRADEMGEN::DemandStreamList_T
std::list< DemandStream * > DemandStreamList_T
Definition:
DemandStreamTypes.hpp:16
TRADEMGEN::DemandStreamMap_T
std::map< const stdair::MapKey_T, DemandStream * > DemandStreamMap_T
Definition:
DemandStreamTypes.hpp:22
TRADEMGEN::DemandStream
Class modeling a demand stream.
Definition:
DemandStream.hpp:30
TRADEMGEN
Definition:
BasConst.cpp:10
Generated on Fri Jan 31 2020 00:00:00 for TraDemGen by
1.8.17