stdair-library - Man Page
C++ Standard Airline IT Object Library
Synopsis
#include <stdair/...>
Description
The Standard Airline IT (StdAir) library is a collection of routines for travel market simulation. The routines are written from scratch by the StdAir team in C++, and present a modern Applications Programming Interface (API) for C/C++ programmers, allowing wrappers to be written for very high level languages.
The library covers the following areas:
- ·
- (Airline) Network-related classes: 
- ·
- Network, ReachableUniverse 
- ·
- (Air) Travel-related classes: 
- ·
- TravelSolution, OriginDestination, 
- ·
- (Airline) Inventory-related classes: 
- ·
- Inventory, FlightDate, SegmentDate, SegmentCabin, BookingClass, LegDate, LegCabin, Bucket 
- ·
- (Airline) Schedule-related classes: 
- ·
- FlightPeriod, SegmentPeriod, LegPeriod 
- ·
- (Simulated) Passenger-related demand classes: 
- ·
- DemandStream, BookingRequest 
- ·
- (Air) Price-related classes: 
- ·
- YieldStore 
- ·
- Architecture 
See Also
Support
Please report any bugs to https://sourceforge.net/apps/trac/stdair/report
Copyright
Copyright © 2009-2011 Denis Arnaud
See the COPYING file for more information on the (LGPLv2+) license, or directly on Internet:
 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html