stdair-library (3) - Linux Manuals
stdair-library: C++ Standard Airline IT Object Library
NAME
stdair-library - 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
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:
stdair(1), stdair-config(1)
SEE ALSO