#include <stdair/bom/YieldStore.hpp>
Inheritance diagram for stdair::YieldStore:Public Types | |
| typedef YieldStoreKey | Key_T |
Public Member Functions | |
| void | toStream (std::ostream &ioOut) const |
| BomAbstract *const | getParent () const |
| void | fromStream (std::istream &ioIn) |
| std::string | toString () const |
| const std::string | describeKey () const |
| const Key_T & | getKey () const |
| const AirlineCode_T & | getAirlineCode () const |
Protected Member Functions | |
| YieldStore (const Key_T &) | |
| YieldStore (const YieldStore &) | |
| ~YieldStore () | |
Protected Attributes | |
| Key_T | _key |
| BomAbstract * | _parent |
Friends | |
| class | FacBom |
| class | FacBomManager |
Class representing the actual attributes for an airline YieldStore.
Definition allowing to retrieve the associated BOM key type.
Definition at line 25 of file YieldStore.hpp.
| stdair::YieldStore::YieldStore | ( | const Key_T & | iKey | ) | [protected] |
Default constructors.
Definition at line 13 of file YieldStore.cpp.
| stdair::YieldStore::YieldStore | ( | const YieldStore & | ) | [protected] |
| stdair::YieldStore::~YieldStore | ( | ) | [protected] |
Destructor.
Definition at line 17 of file YieldStore.cpp.
| void stdair::YieldStore::toStream | ( | std::ostream & | ioOut | ) | const [inline, virtual] |
Dump a Business Object into an output stream.
| ostream& | the output stream. |
Implements stdair::BomAbstract.
Definition at line 31 of file YieldStore.hpp.
References toString().
| BomAbstract* const stdair::YieldStore::getParent | ( | ) | const [inline] |
| void stdair::YieldStore::fromStream | ( | std::istream & | ioIn | ) | [inline, virtual] |
Read a Business Object from an input stream.
| istream& | the input stream. |
Implements stdair::BomAbstract.
Definition at line 38 of file YieldStore.hpp.
| std::string stdair::YieldStore::toString | ( | ) | const [virtual] |
Get the serialised version of the Business Object.
Implements stdair::BomAbstract.
Definition at line 21 of file YieldStore.cpp.
References _key, and stdair::YieldStoreKey::toString().
Referenced by toStream().
| const std::string stdair::YieldStore::describeKey | ( | ) | const [inline] |
Get a string describing the key.
Definition at line 44 of file YieldStore.hpp.
References _key, and stdair::YieldStoreKey::toString().
| const Key_T& stdair::YieldStore::getKey | ( | ) | const [inline] |
| const AirlineCode_T& stdair::YieldStore::getAirlineCode | ( | ) | const [inline] |
Get the airline code.
Definition at line 52 of file YieldStore.hpp.
References _key, and stdair::YieldStoreKey::getAirlineCode().
friend class FacBom [friend] |
Definition at line 19 of file YieldStore.hpp.
friend class FacBomManager [friend] |
Definition at line 20 of file YieldStore.hpp.
Key_T stdair::YieldStore::_key [protected] |
The key of both structure and objects.
Definition at line 66 of file YieldStore.hpp.
Referenced by toString(), describeKey(), getKey(), and getAirlineCode().
BomAbstract* stdair::YieldStore::_parent [protected] |
Definition at line 67 of file YieldStore.hpp.
Referenced by getParent().