1.00.0
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
Generated on Sat Dec 22 2012 16:51:53 for StdAir by
1.8.1.1