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

#include <airsched/bom/SegmentCabinStruct.hpp>

Inheritance diagram for AIRSCHED::SegmentCabinStruct:

List of all members.

Public Member Functions

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

Public Attributes

stdair::CabinCode_T _cabinCode
stdair::ClassList_String_T _classes
stdair::FamilyCode_T _itFamilyCode
FareFamilyStructList_T _fareFamilies

Detailed Description

Utility Structure for the parsing of SegmentCabin details.

Definition at line 24 of file SegmentCabinStruct.hpp.


Member Function Documentation

void AIRSCHED::SegmentCabinStruct::fill ( stdair::SegmentCabin &  ioSegmentCabin) const

Fill the SegmentCabin objects with the attributes of the SegmentCabinStruct.

Definition at line 22 of file SegmentCabinStruct.cpp.

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

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

Definition at line 15 of file SegmentCabinStruct.cpp.

References _cabinCode, and _classes.

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


Member Data Documentation


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