StdAir Logo  1.00.10
C++ Standard Airline IT Object Library
stdair_event_types.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_STDAIR_EVENT_TYPES_HPP
2 #define __STDAIR_STDAIR_EVENT_TYPES_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 
10 namespace stdair {
11 
12  // //////// Type definitions /////////
14  typedef std::string EventName_T;
15 
17  typedef double NbOfEvents_T;
18 
20  typedef std::string EventGeneratorKey_T;
21 
22 }
23 #endif // __STDAIR_STDAIR_EVENT_TYPES_HPP
stdair::EventName_T
std::string EventName_T
Definition: stdair_event_types.hpp:14
stdair::NbOfEvents_T
double NbOfEvents_T
Definition: stdair_event_types.hpp:17
stdair::EventGeneratorKey_T
std::string EventGeneratorKey_T
Definition: stdair_event_types.hpp:20
stdair
Handle on the StdAir library context.
Definition: BasChronometer.cpp:9