AirSched Logo  1.00.0
C++ Simulated Airline Schedule Manager Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AIRSCHED::LegCabinStruct Struct Reference

#include <airsched/bom/LegCabinStruct.hpp>

+ Inheritance diagram for AIRSCHED::LegCabinStruct:

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

stdair::CabinCode_T AIRSCHED::LegCabinStruct::_cabinCode
stdair::CabinCapacity_T AIRSCHED::LegCabinStruct::_capacity

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