1.00.0
C++ Simulated Airline Schedule Manager 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 __AIRSCHED_BOM_AIRPORTLIST_HPP
2
#define __AIRSCHED_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
AIRSCHED {
14
16
typedef
std::set<stdair::AirportCode_T>
AirportList_T
;
17
typedef
std::vector<stdair::AirportCode_T>
AirportOrderedList_T
;
18
19
}
20
#endif // __AIRSCHED_BOM_AIRPORTLIST_HPP
Generated on Wed May 22 2013 21:27:02 for AirSched by
1.8.3.1