StdAir Logo  1.00.3
C++ Standard Airline IT Object Library
EventTypes.hpp
Go to the documentation of this file.
1 // //////////////////////////////////////////////////////////////////////
2 #ifndef __STDAIR_BOM_EVENTTYPES_HPP
3 #define __STDAIR_BOM_EVENTTYPES_HPP
4 
5 // //////////////////////////////////////////////////////////////////////
6 // Import section
7 // //////////////////////////////////////////////////////////////////////
8 // STL
9 #include <map>
10 // Boost Smart Pointers
11 #include <boost/shared_ptr.hpp>
12 // StdAir
17 #include <stdair/bom/key_types.hpp>
18 
19 namespace stdair {
20 
22  struct EventStruct;
23 
27  typedef std::pair<const LongDuration_T, EventStruct> EventListElement_T;
28 
32  typedef std::map<const LongDuration_T, EventStruct> EventList_T;
33 }
34 #endif // __STDAIR_BOM_EVENTTYPES_HPP
35 
Handle on the StdAir library context.
std::map< const LongDuration_T, EventStruct > EventList_T
Definition: EventTypes.hpp:32
std::pair< const LongDuration_T, EventStruct > EventListElement_T
Definition: EventTypes.hpp:22