StdAir Logo  1.00.12
C++ Standard Airline IT Object Library
stdair::BreakPointStruct Struct Reference

#include <stdair/bom/BreakPointStruct.hpp>

+ Inheritance diagram for stdair::BreakPointStruct:

Public Member Functions

const DateTime_TgetBreakPointTime () const
 
void toStream (std::ostream &ioOut) const
 
void fromStream (std::istream &ioIn)
 
const std::string describe () const
 
 BreakPointStruct (const DateTime_T &)
 
 BreakPointStruct (const Date_T &)
 
 BreakPointStruct (const BreakPointStruct &)
 
 ~BreakPointStruct ()
 

Detailed Description

Structure holding the elements of a break point.

Definition at line 18 of file BreakPointStruct.hpp.

Constructor & Destructor Documentation

◆ BreakPointStruct() [1/3]

stdair::BreakPointStruct::BreakPointStruct ( const DateTime_T iBreakPointTime)

Constructor.

Definition at line 25 of file BreakPointStruct.cpp.

◆ BreakPointStruct() [2/3]

stdair::BreakPointStruct::BreakPointStruct ( const Date_T iBreakPointDate)

Constructor.

Definition at line 31 of file BreakPointStruct.cpp.

◆ BreakPointStruct() [3/3]

stdair::BreakPointStruct::BreakPointStruct ( const BreakPointStruct iBreakPoint)

Copy constructor.

Definition at line 19 of file BreakPointStruct.cpp.

◆ ~BreakPointStruct()

stdair::BreakPointStruct::~BreakPointStruct ( )

Destructor.

Definition at line 37 of file BreakPointStruct.cpp.

Member Function Documentation

◆ getBreakPointTime()

const DateTime_T & stdair::BreakPointStruct::getBreakPointTime ( ) const
inline

Get the break point action time.

Definition at line 22 of file BreakPointStruct.hpp.

Referenced by stdair::BomJSONExport::jsonExportBreakPointObject().

◆ toStream()

void stdair::BreakPointStruct::toStream ( std::ostream &  ioOut) const

Dump a Business Object into an output stream.

Parameters
ostream&the output stream.

Definition at line 41 of file BreakPointStruct.cpp.

References describe().

◆ fromStream()

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

Read a Business Object from an input stream.

Parameters
istream&the input stream.

Reimplemented from stdair::StructAbstract.

Definition at line 46 of file BreakPointStruct.cpp.

◆ describe()

const std::string stdair::BreakPointStruct::describe ( ) const
virtual

Display of the structure.

Implements stdair::StructAbstract.

Definition at line 50 of file BreakPointStruct.cpp.

Referenced by toStream().


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