1.00.8
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
13
#include <
stdair/stdair_basic_types.hpp
>
14
#include <
stdair/stdair_date_time_types.hpp
>
15
#include <
stdair/stdair_event_types.hpp
>
16
#include <
stdair/basic/ProgressStatus.hpp
>
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
stdair::EventListElement_T
std::pair< const LongDuration_T, EventStruct > EventListElement_T
Definition:
EventTypes.hpp:22
stdair_date_time_types.hpp
stdair_event_types.hpp
stdair
Handle on the StdAir library context.
Definition:
BasChronometer.cpp:9
key_types.hpp
stdair::EventList_T
std::map< const LongDuration_T, EventStruct > EventList_T
Definition:
EventTypes.hpp:32
stdair_basic_types.hpp
ProgressStatus.hpp
stdair::EventStruct
Definition:
EventStruct.hpp:36
Generated for StdAir by
1.8.16