1.01.0
C++ Simulated Airline Travel Solution Provider Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
Generated on Sun Jun 9 2013 12:36:19 for AirTSP by
1.8.3.1