StdAir Logo  0.43.0
C++ Standard Airline IT Library
EventTypes.hpp
Go to the documentation of this file.
00001 // //////////////////////////////////////////////////////////////////////
00002 #ifndef __STDAIR_BOM_EVENTTYPES_HPP
00003 #define __STDAIR_BOM_EVENTTYPES_HPP
00004 
00005 // //////////////////////////////////////////////////////////////////////
00006 // Import section
00007 // //////////////////////////////////////////////////////////////////////
00008 // STL
00009 #include <map>
00010 // Boost Smart Pointers
00011 #include <boost/shared_ptr.hpp>
00012 // StdAir
00013 #include <stdair/stdair_basic_types.hpp>
00014 #include <stdair/stdair_date_time_types.hpp>
00015 #include <stdair/stdair_event_types.hpp>
00016 #include <stdair/basic/ProgressStatus.hpp>
00017 #include <stdair/bom/key_types.hpp>
00018 
00019 namespace stdair {
00020 
00022   struct EventStruct;
00023   
00027   typedef std::pair<const LongDuration_T, EventStruct> EventListElement_T;
00028   
00032   typedef std::map<const LongDuration_T, EventStruct> EventList_T;  
00033 }
00034 #endif // __STDAIR_BOM_EVENTTYPES_HPP
00035