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