$treeview $search $mathjax
TraDemGen Logo  1.00.0
$projectbrief
$projectbrief
$searchbox

DemandStreamTypes.hpp

Go to the documentation of this file.
00001 #ifndef __TRADEMGEN_BOM_DEMANDSTREAMTYPES_HPP
00002 #define __TRADEMGEN_BOM_DEMANDSTREAMTYPES_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <map>
00009 #include <list>
00010 // StdAir
00011 #include <stdair/bom/key_types.hpp>
00012 
00013 namespace TRADEMGEN {
00014 
00015   // Forward declarations.
00016   class DemandStream;
00017   
00019   typedef std::list<DemandStream*> DemandStreamList_T;
00020 
00022   typedef std::map<const stdair::MapKey_T, DemandStream*> DemandStreamMap_T;
00023   
00024 }
00025 #endif // __TRADEMGEN_BOM_DEMANDSTREAMTYPES_HPP