0.45.1
C++ Standard Airline IT Object Library
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
FlightPeriod.cpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
// Import section
3
// //////////////////////////////////////////////////////////////////////
4
// STL
5
#include <cassert>
6
// STDAIR
7
#include <
stdair/bom/FlightPeriod.hpp
>
8
9
namespace
stdair {
10
11
// ////////////////////////////////////////////////////////////////////
12
FlightPeriod::FlightPeriod
(
const
Key_T
& iKey)
13
: _key (iKey), _parent (NULL) {
14
}
15
16
// ////////////////////////////////////////////////////////////////////
17
FlightPeriod::~FlightPeriod
() {
18
}
19
20
// ////////////////////////////////////////////////////////////////////
21
std::string
FlightPeriod::toString
()
const
{
22
std::ostringstream oStr;
23
oStr <<
describeKey
();
24
return
oStr.str();
25
}
26
27
}
28
Generated on Sun Aug 12 2012 18:33:54 for StdAir by
1.8.1.2