StdAir Logo  1.00.19
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
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
18
19namespace 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::pair< const LongDuration_T, EventStruct > EventListElement_T
std::map< const LongDuration_T, EventStruct > EventList_T