1.00.2
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
RMEventTypes.hpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
#ifndef __STDAIR_BOM_RMEVENTTYPES_HPP
3
#define __STDAIR_BOM_RMEVENTTYPES_HPP
4
5
// //////////////////////////////////////////////////////////////////////
6
// Import section
7
// //////////////////////////////////////////////////////////////////////
8
// STL
9
#include <list>
10
// Boost
11
#include <boost/shared_ptr.hpp>
12
13
namespace
stdair {
14
15
// Forward declarations
16
struct
RMEventStruct
;
17
18
// ///////////// Type definitions //////////////
20
typedef
boost::shared_ptr<RMEventStruct>
RMEventPtr_T
;
21
23
typedef
std::list<RMEventStruct>
RMEventList_T
;
24
25
}
26
#endif // __STDAIR_BOM_RMEVENTTYPES_HPP
27
stdair::RMEventStruct
Definition:
RMEventStruct.hpp:19
stdair::RMEventPtr_T
boost::shared_ptr< RMEventStruct > RMEventPtr_T
Definition:
RMEventTypes.hpp:16
stdair::RMEventList_T
std::list< RMEventStruct > RMEventList_T
Definition:
RMEventTypes.hpp:23
Generated on Wed Jan 20 2016 14:19:58 for StdAir by
1.8.5