1.00.26
C++ Standard Airline IT Object Library
Toggle main menu visibility
Loading...
Searching...
No Matches
BreakPointTypes.hpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
#ifndef __STDAIR_BOM_BREAKPOINTTYPES_HPP
3
#define __STDAIR_BOM_BREAKPOINTTYPES_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
BreakPointStruct
;
17
18
// ///////////// Type definitions //////////////
20
typedef
boost::shared_ptr<BreakPointStruct>
BreakPointPtr_T
;
21
23
typedef
std::list<BreakPointStruct>
BreakPointList_T
;
24
25
}
26
#endif
// __STDAIR_BOM_BREAKPOINTTYPES_HPP
27
stdair
Handle on the StdAir library context.
Definition
BasChronometer.cpp:9
stdair::BreakPointList_T
std::list< BreakPointStruct > BreakPointList_T
Definition
BreakPointTypes.hpp:23
stdair::BreakPointPtr_T
boost::shared_ptr< BreakPointStruct > BreakPointPtr_T
Definition
BreakPointTypes.hpp:20
stdair::BreakPointStruct
Definition
BreakPointStruct.hpp:18
Generated for StdAir by
1.17.0