0.1.4
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
LegCabinStruct.hpp
Go to the documentation of this file.
1
#ifndef __AIRSCHED_BOM_LEGCABINSTRUCT_HPP
2
#define __AIRSCHED_BOM_LEGCABINSTRUCT_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
#include <vector>
10
// StdAir
11
#include <stdair/stdair_inventory_types.hpp>
12
#include <stdair/basic/StructAbstract.hpp>
13
14
// Forward declarations
15
namespace
stdair {
16
class
LegCabin;
17
}
18
19
namespace
AIRSCHED {
20
22
struct
LegCabinStruct
:
public
stdair::StructAbstract {
23
// Attributes
24
stdair::CabinCode_T
_cabinCode
;
25
stdair::CabinCapacity_T
_capacity
;
26
29
void
fill
(stdair::LegCabin&)
const
;
30
32
const
std::string
describe
()
const
;
33
};
34
36
typedef
std::vector<LegCabinStruct>
LegCabinStructList_T
;
37
38
}
39
#endif // __AIRSCHED_BOM_LEGCABINSTRUCT_HPP
Generated on Mon Aug 13 2012 13:58:34 for AirSched by
1.8.1.2