Go to the documentation of this file.00001
00002 #ifndef __AIRSCHED_BOM_REACHABLEUNIVERSETYPES_HPP
00003 #define __AIRSCHED_BOM_REACHABLEUNIVERSETYPES_HPP
00004
00005
00006
00007
00008
00009 #include <map>
00010 #include <list>
00011
00012 #include <stdair/stdair_basic_types.hpp>
00013 #include <stdair/bom/key_types.hpp>
00014
00015 namespace AIRSCHED {
00016
00017
00018 class ReachableUniverse;
00019
00021 typedef std::list<ReachableUniverse*> ReachableUniverseList_T;
00022
00024 typedef std::map<const stdair::MapKey_T,
00025 ReachableUniverse*> ReachableUniverseMap_T;
00026
00027 }
00028 #endif // __AIRSCHED_BOM_REACHABLEUNIVERSETYPES_HPP
00029