1.01.9
C++ Simulated Airline Travel Solution Provider (TSP) Library
Loading...
Searching...
No Matches
AirportList.hpp
Go to the documentation of this file.
1
#ifndef __AIRTSP_BOM_AIRPORTLIST_HPP
2
#define __AIRTSP_BOM_AIRPORTLIST_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <set>
9
#include <vector>
10
// StdAir
11
#include <stdair/stdair_basic_types.hpp>
12
13
namespace
AIRTSP
{
14
16
typedef
std::set<stdair::AirportCode_T>
AirportList_T
;
17
typedef
std::vector<stdair::AirportCode_T>
AirportOrderedList_T
;
18
19
}
20
#endif
// __AIRTSP_BOM_AIRPORTLIST_HPP
AIRTSP
Definition:
AIRTSP_Service.hpp:23
AIRTSP::AirportList_T
std::set< stdair::AirportCode_T > AirportList_T
Definition:
AirportList.hpp:16
AIRTSP::AirportOrderedList_T
std::vector< stdair::AirportCode_T > AirportOrderedList_T
Definition:
AirportList.hpp:17
Generated on Wed Jan 18 2023 00:00:00 for AirTSP by
1.9.6