AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
AirlineScheduleTestSuite Class Reference

#include <test/airsched/AirlineScheduleTestSuite.hpp>

Inheritance diagram for AirlineScheduleTestSuite:

List of all members.

Public Member Functions

void externalMemoryManagement ()
void scheduleParsing ()
 AirlineScheduleTestSuite ()

Protected Attributes

std::stringstream _describeKey

Detailed Description

Definition at line 6 of file AirlineScheduleTestSuite.hpp.


Constructor & Destructor Documentation

AirlineScheduleTestSuite::AirlineScheduleTestSuite ( )

Constructor.


Member Function Documentation

void AirlineScheduleTestSuite::externalMemoryManagement ( )

Test the Optimisation functionality.
The code is aimed at testing the initialization of airline inventory-related objects which are mainly implemented in the stdair library. That means the memory allocation of these objects will be managed by the calling project and not by the called project.

void AirlineScheduleTestSuite::scheduleParsing ( )

Member Data Documentation

std::stringstream AirlineScheduleTestSuite::_describeKey [protected]

Definition at line 26 of file AirlineScheduleTestSuite.hpp.


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