1.00.26
C++ Standard Airline IT Object Library
Toggle main menu visibility
Loading...
Searching...
No Matches
SegmentSnapshotTableTypes.hpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
#ifndef __STDAIR_BOM_SEGMENTSNAPSHOTTABLETYPES_HPP
3
#define __STDAIR_BOM_SEGMENTSNAPSHOTTABLETYPES_HPP
4
5
// //////////////////////////////////////////////////////////////////////
6
// Import section
7
// //////////////////////////////////////////////////////////////////////
8
// STL
9
#include <map>
10
#include <list>
11
// BOOST
12
#include <boost/multi_array.hpp>
13
// StdAir
14
#include <
stdair/bom/key_types.hpp
>
15
#include <
stdair/stdair_inventory_types.hpp
>
16
17
namespace
stdair
{
18
19
// Forward declarations
20
class
SegmentSnapshotTable
;
21
class
SegmentCabin
;
22
23
// //////////////////////// Type definitions /////////////////////////
25
typedef
std::list<SegmentSnapshotTable*>
SegmentSnapshotTableList_T
;
26
28
typedef
std::map<const MapKey_T, SegmentSnapshotTable*>
SegmentSnapshotTableMap_T
;
29
31
typedef
std::map<const SegmentCabin*, SegmentDataID_T>
SegmentCabinIndexMap_T
;
32
34
typedef
std::map<const MapKey_T, ClassIndex_T>
ClassIndexMap_T
;
35
36
}
37
#endif
// __STDAIR_BOM_SEGMENTSNAPSHOTTABLETYPES_HPP
38
key_types.hpp
stdair_inventory_types.hpp
stdair
Handle on the StdAir library context.
Definition
BasChronometer.cpp:9
stdair::SegmentSnapshotTableMap_T
std::map< const MapKey_T, SegmentSnapshotTable * > SegmentSnapshotTableMap_T
Definition
SegmentSnapshotTableTypes.hpp:28
stdair::ClassIndexMap_T
std::map< const MapKey_T, ClassIndex_T > ClassIndexMap_T
Definition
SegmentSnapshotTableTypes.hpp:34
stdair::SegmentSnapshotTableList_T
std::list< SegmentSnapshotTable * > SegmentSnapshotTableList_T
Definition
SegmentSnapshotTableTypes.hpp:25
stdair::SegmentCabinIndexMap_T
std::map< const SegmentCabin *, SegmentDataID_T > SegmentCabinIndexMap_T
Definition
SegmentSnapshotTableTypes.hpp:31
stdair::SegmentCabin
Class representing the actual attributes for an airline segment-cabin.
Definition
SegmentCabin.hpp:39
stdair::SegmentSnapshotTable
Class representing the actual attributes for an airline segment data tables.
Definition
SegmentSnapshotTable.hpp:31
Generated for StdAir by
1.17.0