AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
AIRSCHED::LegCabinStruct Struct Reference

#include <airsched/bom/LegCabinStruct.hpp>

Inheritance diagram for AIRSCHED::LegCabinStruct:

List of all members.

Public Member Functions

void fill (stdair::LegCabin &) const
const std::string describe () const

Public Attributes

stdair::CabinCode_T _cabinCode
stdair::CabinCapacity_T _capacity

Detailed Description

Utility Structure for the parsing of LegCabin details.

Definition at line 22 of file LegCabinStruct.hpp.


Member Function Documentation

void AIRSCHED::LegCabinStruct::fill ( stdair::LegCabin &  ioLegCabin) const

Fill the LegCabin objects with the attributes of the LegCabinStruct.

Definition at line 22 of file LegCabinStruct.cpp.

References _capacity.

const std::string AIRSCHED::LegCabinStruct::describe ( ) const

Give a description of the structure (for display purposes).

Definition at line 15 of file LegCabinStruct.cpp.

References _cabinCode, and _capacity.

Referenced by AIRSCHED::LegStruct::describe().


Member Data Documentation


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