StdAir Logo  1.00.13
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
stdair::TimePeriodKey Struct Reference

Key of time-period. More...

#include <stdair/bom/TimePeriodKey.hpp>

+ Inheritance diagram for stdair::TimePeriodKey:

Public Member Functions

 TimePeriodKey (const Time_T &, const Time_T &)
 
 TimePeriodKey (const TimePeriodKey &)
 
 ~TimePeriodKey ()
 
const Time_TgetTimeRangeStart () const
 
const Time_TgetTimeRangeEnd () const
 
void toStream (std::ostream &ioOut) const
 
void fromStream (std::istream &ioIn)
 
const std::string toString () const
 

Detailed Description

Key of time-period.

Definition at line 15 of file TimePeriodKey.hpp.

Constructor & Destructor Documentation

◆ TimePeriodKey() [1/2]

stdair::TimePeriodKey::TimePeriodKey ( const Time_T & iTimeRangeStart,
const Time_T & iTimeRangeEnd )

Main constructor.

Definition at line 21 of file TimePeriodKey.cpp.

◆ TimePeriodKey() [2/2]

stdair::TimePeriodKey::TimePeriodKey ( const TimePeriodKey & iKey)

Copy constructor.

Definition at line 28 of file TimePeriodKey.cpp.

◆ ~TimePeriodKey()

stdair::TimePeriodKey::~TimePeriodKey ( )

Destructor.

Definition at line 34 of file TimePeriodKey.cpp.

Member Function Documentation

◆ getTimeRangeStart()

const Time_T & stdair::TimePeriodKey::getTimeRangeStart ( ) const
inline

Get the time period start.

Definition at line 35 of file TimePeriodKey.hpp.

Referenced by stdair::TimePeriod::getTimeRangeStart().

◆ getTimeRangeEnd()

const Time_T & stdair::TimePeriodKey::getTimeRangeEnd ( ) const
inline

Get the time period end.

Definition at line 42 of file TimePeriodKey.hpp.

Referenced by stdair::TimePeriod::getTimeRangeEnd().

◆ toStream()

void stdair::TimePeriodKey::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 38 of file TimePeriodKey.cpp.

References toString().

◆ fromStream()

void stdair::TimePeriodKey::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 43 of file TimePeriodKey.cpp.

◆ toString()

const std::string stdair::TimePeriodKey::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.

Reimplemented from stdair::KeyAbstract.

Definition at line 47 of file TimePeriodKey.cpp.

Referenced by stdair::TimePeriod::describeKey(), and toStream().


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