1stdair-library(3) StdAir stdair-library(3)
2
3
4
6 stdair-library - C++ Standard Airline IT Object Library
7
8
10 #include <stdair/...>
11
13 The Standard Airline IT (StdAir) library is a collection of routines
14 for travel market simulation. The routines are written from scratch by
15 the StdAir team in C++, and present a modern Applications Programming
16 Interface (API) for C/C++ programmers, allowing wrappers to be written
17 for very high level languages.
18
19 The library covers the following areas:
20
21 · (Airline) Network-related classes:
22
23 · Network, ReachableUniverse
24
25 · (Air) Travel-related classes:
26
27 · TravelSolution, OriginDestination,
28
29 · (Airline) Inventory-related classes:
30
31 · Inventory, FlightDate, SegmentDate, SegmentCabin, BookingClass,
32 LegDate, LegCabin, Bucket
33
34 · (Airline) Schedule-related classes:
35
36 · FlightPeriod, SegmentPeriod, LegPeriod
37
38 · (Simulated) Passenger-related demand classes:
39
40 · DemandStream, BookingRequest
41
42 · (Air) Price-related classes:
43
44 · YieldStore
45
46 · Architecture
47
49 stdair(1), stdair-config(1)
50
52 Please report any bugs to
53 https://sourceforge.net/apps/trac/stdair/report
54
56 Copyright © 2009-2011 Denis Arnaud
57
58 See the COPYING file for more information on the (LGPLv2+) license, or
59 directly on Internet:
60 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
61
62
63
64Version 1.00.8 Sat Jul 27 2019 stdair-library(3)