StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stdair::BomHolderKey Struct Reference

#include <stdair/bom/BomHolderKey.hpp>

+ Inheritance diagram for stdair::BomHolderKey:

List of all members.

Public Member Functions

 BomHolderKey ()
 ~BomHolderKey ()
void toStream (std::ostream &ioOut) const
void fromStream (std::istream &ioIn)
const std::string toString () const
const std::string describe () const

Detailed Description

Key of the BOM structure holder.

Definition at line 12 of file BomHolderKey.hpp.


Constructor & Destructor Documentation

stdair::BomHolderKey::BomHolderKey ( )

Constructor.

Definition at line 13 of file BomHolderKey.cpp.

stdair::BomHolderKey::~BomHolderKey ( )

Destructor.

Definition at line 17 of file BomHolderKey.cpp.


Member Function Documentation

void stdair::BomHolderKey::toStream ( std::ostream &  ioOut) const
virtual

Dump a Business Object Key into an output stream.

Parameters:
ostream&the output stream.

Reimplemented from stdair::KeyAbstract.

Definition at line 21 of file BomHolderKey.cpp.

References toString().

void stdair::BomHolderKey::fromStream ( std::istream &  ioIn)
virtual

Read a Business Object Key from an input stream.

Parameters:
istream&the input stream.

Reimplemented from stdair::KeyAbstract.

Definition at line 26 of file BomHolderKey.cpp.

const std::string stdair::BomHolderKey::toString ( ) const
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 30 of file BomHolderKey.cpp.

Referenced by toStream().

const std::string stdair::BomHolderKey::describe ( ) const

Display of the key.


The documentation for this struct was generated from the following files: