TraDemGen Logo  1.00.8
C++ Simulated Travel Demand Generation Library
Loading...
Searching...
No Matches
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
13namespace 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
std::map< const stdair::MapKey_T, DemandStream * > DemandStreamMap_T
std::list< DemandStream * > DemandStreamList_T