#include <datatypes.h>
|
| Route (const QString &a, int a_id, const QString &o, int o_id, const QString &d, int d_id, const QString &c, int s, const QString &e) |
|
QString | toString () |
|
|
QString | airline |
|
int | airline_ID |
|
QString | origin |
|
int | origin_ID |
|
QString | destination |
|
int | destination_ID |
|
QString | codeshare |
|
QString | equipment |
|
int | stops |
|
Struct for Route Objects
Airline | AirlineID | Origin | OriginID | Destination | DestinationID | Codeshare | Stops | Equip |
BA | 1355 | SIN | 3316 | LHR | 507 | 0 | 744 | 777 |
BA | 1355 | SIN | 3316 | MEL | 3339 | Y | 0 | 744 |
TOM | 5013 | ACE | 1055 | BFS | 465 | 0 | 320 | 777 |
... | ... | ... | ... | ... | ... | ... | ... | ... |
The documentation for this struct was generated from the following file: