Key of airport-pair. More...
#include <stdair/bom/AirlineClassListKey.hpp>
Inheritance diagram for stdair::AirlineClassListKey:Public Member Functions | |
| AirlineClassListKey (const AirlineCodeList_T &, const ClassList_StringList_T &) | |
| AirlineClassListKey (const AirlineClassListKey &) | |
| ~AirlineClassListKey () | |
| const AirlineCodeList_T & | getAirlineCodeList () const |
| const ClassList_StringList_T & | getClassCodeList () const |
| void | toStream (std::ostream &ioOut) const |
| void | fromStream (std::istream &ioIn) |
| const std::string | toString () const |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int iFileVersion) |
Friends | |
| class | boost::serialization::access |
Key of airport-pair.
Definition at line 25 of file AirlineClassListKey.hpp.
| stdair::AirlineClassListKey::AirlineClassListKey | ( | const AirlineCodeList_T & | iAirlineCodeList, |
| const ClassList_StringList_T & | iClassCodeList | ||
| ) |
Constructor.
Definition at line 24 of file AirlineClassListKey.cpp.
| stdair::AirlineClassListKey::AirlineClassListKey | ( | const AirlineClassListKey & | iKey | ) |
Copy constructor.
Definition at line 30 of file AirlineClassListKey.cpp.
| stdair::AirlineClassListKey::~AirlineClassListKey | ( | ) |
Destructor.
Definition at line 36 of file AirlineClassListKey.cpp.
|
inline |
Get the airline code list.
Definition at line 56 of file AirlineClassListKey.hpp.
Referenced by stdair::AirlineClassList::getAirlineCodeList().
|
inline |
Get the class code list.
Definition at line 61 of file AirlineClassListKey.hpp.
Referenced by stdair::AirlineClassList::getClassCodeList().
|
virtual |
Dump a Business Object Key into an output stream.
| ostream& | the output stream. |
Reimplemented from stdair::KeyAbstract.
Definition at line 40 of file AirlineClassListKey.cpp.
References toString().
|
virtual |
Read a Business Object Key from an input stream.
| istream& | the input stream. |
Reimplemented from stdair::KeyAbstract.
Definition at line 45 of file AirlineClassListKey.cpp.
|
virtual |
Get the serialised version of the Business Object Key.
That string is unique, at the level of a given Business Object, when among children of a given parent Business Object.
For instance, "H" and "K" allow to differentiate among two marketing classes for the same segment-date.
Reimplemented from stdair::KeyAbstract.
Definition at line 49 of file AirlineClassListKey.cpp.
References stdair::DEFAULT_KEY_SUB_FLD_DELIMITER.
Referenced by stdair::AirlineClassList::describeKey(), and toStream().
| void stdair::AirlineClassListKey::serialize | ( | Archive & | ar, |
| const unsigned int | iFileVersion | ||
| ) |
Serialisation.
Definition at line 86 of file AirlineClassListKey.cpp.
|
friend |
Definition at line 26 of file AirlineClassListKey.hpp.
1.8.9.1