1.01.17
C++ Simulated Airline Travel Solution Provider (TSP) Library
Toggle main menu visibility
Loading...
Searching...
No Matches
OriginDestinationSetTypes.hpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
#ifndef __AIRTSP_BOM_ORIGINDESTINATIONSETTYPES_HPP
3
#define __AIRTSP_BOM_ORIGINDESTINATIONSETTYPES_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
OriginDestinationSet
;
19
21
typedef
std::list<OriginDestinationSet*>
OriginDestinationSetList_T
;
22
24
typedef
std::map<
const
stdair::MapKey_T,
25
OriginDestinationSet
*>
OriginDestinationSetMap_T
;
26
27
}
28
#endif
// __AIRTSP_BOM_ORIGINDESTINATIONSETTYPES_HPP
29
AIRTSP::OriginDestinationSet
Class representing a simple sub-network.
Definition
OriginDestinationSet.hpp:44
AIRTSP
Definition
AIRTSP_Service.hpp:23
AIRTSP::OriginDestinationSetList_T
std::list< OriginDestinationSet * > OriginDestinationSetList_T
Definition
OriginDestinationSetTypes.hpp:21
AIRTSP::OriginDestinationSetMap_T
std::map< const stdair::MapKey_T, OriginDestinationSet * > OriginDestinationSetMap_T
Definition
OriginDestinationSetTypes.hpp:25
Generated on
for AirTSP by
1.17.0