1.00.2
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
YieldStore.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/YieldStore.hpp
>
9
10
namespace
stdair {
11
12
// ////////////////////////////////////////////////////////////////////
13
YieldStore::YieldStore
(
const
Key_T
& iKey) : _key (iKey), _parent (NULL) {
14
}
15
16
// ////////////////////////////////////////////////////////////////////
17
YieldStore::~YieldStore
() {
18
}
19
20
// ////////////////////////////////////////////////////////////////////
21
std::string
YieldStore::toString
()
const
{
22
std::ostringstream oStr;
23
oStr <<
_key
.
toString
();
24
return
oStr.str();
25
}
26
27
}
28
YieldStore.hpp
stdair::YieldStore::_key
Key_T _key
Definition:
YieldStore.hpp:66
stdair::YieldStoreKey
Definition:
YieldStoreKey.hpp:14
stdair::YieldStore::YieldStore
YieldStore(const Key_T &)
Definition:
YieldStore.cpp:13
stdair::YieldStore::~YieldStore
~YieldStore()
Definition:
YieldStore.cpp:17
stdair::YieldStoreKey::toString
const std::string toString() const
Definition:
YieldStoreKey.cpp:32
stdair::YieldStore::toString
std::string toString() const
Definition:
YieldStore.cpp:21
Generated on Wed Jan 20 2016 14:19:59 for StdAir by
1.8.5