TraDemGen Logo  1.00.0
C++ Simulated Travel Demand Generation Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
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