1.00.0
C++ Simulated Airline Schedule Manager Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
SegmentCabinStruct.cpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
// Import section
3
// //////////////////////////////////////////////////////////////////////
4
// STL
5
#include <cassert>
6
#include <sstream>
7
// STDAIR
8
#include <stdair/bom/SegmentCabin.hpp>
9
// AIRSCHED
10
#include <
airsched/bom/SegmentCabinStruct.hpp
>
11
12
namespace
AIRSCHED
{
13
14
// //////////////////////////////////////////////////////////////////////
15
const
std::string
SegmentCabinStruct::describe
()
const
{
16
std::ostringstream ostr;
17
ostr <<
" "
<<
_cabinCode
<<
" "
<<
_classes
;
18
return
ostr.str();
19
}
20
21
// //////////////////////////////////////////////////////////////////////
22
void
SegmentCabinStruct::fill
(stdair::SegmentCabin& ioSegmentCabin)
const
{
23
}
24
25
}
AIRSCHED
Definition:
AIRSCHED_Service.hpp:23
AIRSCHED::SegmentCabinStruct::fill
void fill(stdair::SegmentCabin &) const
Definition:
SegmentCabinStruct.cpp:22
AIRSCHED::SegmentCabinStruct::_classes
stdair::ClassList_String_T _classes
Definition:
SegmentCabinStruct.hpp:27
AIRSCHED::SegmentCabinStruct::describe
const std::string describe() const
Definition:
SegmentCabinStruct.cpp:15
SegmentCabinStruct.hpp
AIRSCHED::SegmentCabinStruct::_cabinCode
stdair::CabinCode_T _cabinCode
Definition:
SegmentCabinStruct.hpp:26
Generated on Tue Feb 17 2015 13:22:56 for AirSched by
1.8.9.1