1.01.6
C++ Simulated Airline Travel Solution Provider (TSP) Library
ReachableUniverseTypes.hpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
#ifndef __AIRTSP_BOM_REACHABLEUNIVERSETYPES_HPP
3
#define __AIRTSP_BOM_REACHABLEUNIVERSETYPES_HPP
4
5
// //////////////////////////////////////////////////////////////////////
6
// Import section
7
// //////////////////////////////////////////////////////////////////////
8
// STL
9
#include <map>
10
#include <list>
11
// StdAir
12
#include <stdair/stdair_basic_types.hpp>
13
#include <stdair/bom/key_types.hpp>
14
15
namespace
AIRTSP
{
16
17
// Forward declarations.
18
class
ReachableUniverse
;
19
21
typedef
std::list<ReachableUniverse*>
ReachableUniverseList_T
;
22
24
typedef
std::map<
const
stdair::MapKey_T,
25
ReachableUniverse
*>
ReachableUniverseMap_T
;
26
27
}
28
#endif // __AIRTSP_BOM_REACHABLEUNIVERSETYPES_HPP
29
AIRTSP
Definition:
AIRTSP_Service.hpp:23
AIRTSP::ReachableUniverseMap_T
std::map< const stdair::MapKey_T, ReachableUniverse * > ReachableUniverseMap_T
Definition:
ReachableUniverseTypes.hpp:25
AIRTSP::ReachableUniverseList_T
std::list< ReachableUniverse * > ReachableUniverseList_T
Definition:
ReachableUniverseTypes.hpp:18
AIRTSP::ReachableUniverse
Class representing the root of the schedule-related BOM tree.
Definition:
ReachableUniverse.hpp:41
Generated on Thu Feb 6 2020 00:00:00 for AirTSP by
1.8.17