AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
AIRSCHED::SegmentPeriodHelper Class Reference

#include <airsched/bom/SegmentPeriodHelper.hpp>

List of all members.

Static Public Member Functions

static void fill (stdair::SegmentPeriod &, const SegmentStruct &)
static void fill (stdair::SegmentPeriod &, const LegStructList_T &)

Detailed Description

Class representing the actual business functions for an airline segment-period.

Definition at line 19 of file SegmentPeriodHelper.hpp.


Member Function Documentation

void AIRSCHED::SegmentPeriodHelper::fill ( stdair::SegmentPeriod &  ioSegmentPeriod,
const SegmentStruct iSegmentStruct 
) [static]

Fill the attributes of the given segment-period with the cabins and classes.

Definition at line 14 of file SegmentPeriodHelper.cpp.

References AIRSCHED::SegmentCabinStruct::_cabinCode, AIRSCHED::SegmentStruct::_cabinList, and AIRSCHED::SegmentCabinStruct::_classes.

void AIRSCHED::SegmentPeriodHelper::fill ( stdair::SegmentPeriod &  ioSegmentPeriod,
const LegStructList_T iLegList 
) [static]

Fill the attributes of the given segment-period with the list of used legs.

Definition at line 29 of file SegmentPeriodHelper.cpp.

References AIRSCHED::LegStruct::_boardingPoint, AIRSCHED::LegStruct::_offDateOffset, AIRSCHED::LegStruct::_offPoint, and AIRSCHED::LegStruct::_offTime.


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