1stdair-library(3)                   StdAir                   stdair-library(3)
2
3
4

NAME

6       stdair-library - C++ Standard Airline IT Object Library
7

SYNOPSIS

9       #include <stdair/...>
10

DESCRIPTION

12       The Standard Airline IT (StdAir) library is a collection of routines
13       for travel market simulation. The routines are written from scratch by
14       the StdAir team in C++, and present a modern Applications Programming
15       Interface (API) for C/C++ programmers, allowing wrappers to be written
16       for very high level languages.
17
18       The library covers the following areas:
19
20       · (Airline) Network-related classes:
21
22         · Network, ReachableUniverse
23
24       · (Air) Travel-related classes:
25
26         · TravelSolution, OriginDestination,
27
28       · (Airline) Inventory-related classes:
29
30         · Inventory, FlightDate, SegmentDate, SegmentCabin, BookingClass,
31           LegDate, LegCabin, Bucket
32
33       · (Airline) Schedule-related classes:
34
35         · FlightPeriod, SegmentPeriod, LegPeriod
36
37       · (Simulated) Passenger-related demand classes:
38
39         · DemandStream, BookingRequest
40
41       · (Air) Price-related classes:
42
43         · YieldStore
44
45       · Architecture
46

SEE ALSO

48       stdair(1), stdair-config(1)
49

SUPPORT

51       Please report any bugs to
52       https://sourceforge.net/apps/trac/stdair/report
53
55       Copyright © 2009-2011 Denis Arnaud
56
57       See the COPYING file for more information on the (LGPLv2+) license, or
58       directly on Internet:
59        http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
60
61
62
63Version 0.44.0                  Wed Nov 2 2011               stdair-library(3)
Impressum