|
FlightGear next
|
#include <simgear/structure/SGSharedPtr.hxx>#include <list>#include <map>#include <algorithm>#include <vector>#include <string>#include <ctime>Go to the source code of this file.
Namespaces | |
| namespace | flightgear |
| FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Typedefs | |
| typedef std::vector< flightgear::SID * > | flightgear::SIDList |
| typedef std::vector< STAR * > | flightgear::STARList |
| typedef std::vector< Approach * > | flightgear::ApproachList |
| typedef SGSharedPtr< Waypt > | flightgear::WayptRef |
| typedef std::vector< WayptRef > | flightgear::WayptVec |
| typedef SGSharedPtr< CommStation > | flightgear::CommStationRef |
| typedef std::vector< CommStationRef > | flightgear::CommStationList |
| typedef std::map< std::string, FGAirport * > | flightgear::AirportCache |
| typedef SGSharedPtr< FGAirport > | FGAirportRef |
| typedef SGSharedPtr< FGRunwayBase > | FGRunwayBaseRef |
| typedef SGSharedPtr< FGRunway > | FGRunwayRef |
| typedef SGSharedPtr< FGHelipad > | FGHelipadRef |
| typedef SGSharedPtr< FGTaxiway > | FGTaxiwayRef |
| typedef SGSharedPtr< FGPavement > | FGPavementRef |
| typedef SGSharedPtr< FGParking > | FGParkingRef |
| typedef SGSharedPtr< FGAirportDynamics > | FGAirportDynamicsRef |
| typedef std::vector< FGRunwayRef > | FGRunwayList |
| typedef std::map< std::string, FGRunwayRef > | FGRunwayMap |
| typedef std::map< std::string, FGHelipadRef > | FGHelipadMap |
| typedef std::vector< FGTaxiwayRef > | FGTaxiwayList |
| typedef std::vector< FGPavementRef > | FGPavementList |
| typedef std::vector< FGParkingRef > | FGParkingList |
| typedef std::vector< FGTaxiSegment * > | FGTaxiSegmentVector |
| typedef FGTaxiSegmentVector::iterator | FGTaxiSegmentVectorIterator |
| typedef SGSharedPtr< FGTaxiNode > | FGTaxiNodeRef |
| typedef std::vector< FGTaxiNodeRef > | FGTaxiNodeVector |
| typedef FGTaxiNodeVector::iterator | FGTaxiNodeVectorIterator |
| typedef std::map< int, FGTaxiNodeRef > | IndexTaxiNodeMap |
| typedef std::vector< Block > | BlockList |
| typedef BlockList::iterator | BlockListIterator |
| typedef std::vector< time_t > | TimeVector |
| typedef std::vector< time_t >::iterator | TimeVectorIterator |
| typedef std::vector< FGTaxiRoute > | TaxiRouteVector |
| typedef std::vector< FGTaxiRoute >::iterator | TaxiRouteVectorIterator |
| typedef std::vector< RunwayList > | RunwayListVec |
| typedef std::vector< RunwayList >::iterator | RunwayListVectorIterator |
| typedef std::vector< RunwayList >::const_iterator | RunwayListVecConstIterator |
| typedef std::vector< RunwayGroup > | PreferenceList |
| typedef std::vector< RunwayGroup >::iterator | PreferenceListIterator |
| typedef std::vector< RunwayGroup >::const_iterator | PreferenceListConstIterator |
Definition at line 101 of file airports_fwd.hxx.
| typedef BlockList::iterator BlockListIterator |
Definition at line 102 of file airports_fwd.hxx.
| typedef SGSharedPtr<FGAirportDynamics> FGAirportDynamicsRef |
Definition at line 83 of file airports_fwd.hxx.
| typedef SGSharedPtr<FGAirport> FGAirportRef |
Definition at line 76 of file airports_fwd.hxx.
| typedef std::map<std::string, FGHelipadRef> FGHelipadMap |
Definition at line 87 of file airports_fwd.hxx.
| typedef SGSharedPtr<FGHelipad> FGHelipadRef |
Definition at line 79 of file airports_fwd.hxx.
| typedef std::vector<FGParkingRef> FGParkingList |
Definition at line 91 of file airports_fwd.hxx.
| typedef SGSharedPtr<FGParking> FGParkingRef |
Definition at line 82 of file airports_fwd.hxx.
| typedef std::vector<FGPavementRef> FGPavementList |
Definition at line 90 of file airports_fwd.hxx.
| typedef SGSharedPtr<FGPavement> FGPavementRef |
Definition at line 81 of file airports_fwd.hxx.
| typedef SGSharedPtr<FGRunwayBase> FGRunwayBaseRef |
Definition at line 77 of file airports_fwd.hxx.
| typedef std::vector<FGRunwayRef> FGRunwayList |
Definition at line 85 of file airports_fwd.hxx.
| typedef std::map<std::string, FGRunwayRef> FGRunwayMap |
Definition at line 86 of file airports_fwd.hxx.
| typedef SGSharedPtr<FGRunway> FGRunwayRef |
Definition at line 78 of file airports_fwd.hxx.
| typedef SGSharedPtr<FGTaxiNode> FGTaxiNodeRef |
Definition at line 96 of file airports_fwd.hxx.
| typedef std::vector<FGTaxiNodeRef> FGTaxiNodeVector |
Definition at line 97 of file airports_fwd.hxx.
| typedef FGTaxiNodeVector::iterator FGTaxiNodeVectorIterator |
Definition at line 98 of file airports_fwd.hxx.
| typedef std::vector<FGTaxiSegment*> FGTaxiSegmentVector |
Definition at line 93 of file airports_fwd.hxx.
| typedef FGTaxiSegmentVector::iterator FGTaxiSegmentVectorIterator |
Definition at line 94 of file airports_fwd.hxx.
| typedef std::vector<FGTaxiwayRef> FGTaxiwayList |
Definition at line 89 of file airports_fwd.hxx.
| typedef SGSharedPtr<FGTaxiway> FGTaxiwayRef |
Definition at line 80 of file airports_fwd.hxx.
| typedef std::map<int, FGTaxiNodeRef> IndexTaxiNodeMap |
Definition at line 99 of file airports_fwd.hxx.
| typedef std::vector<RunwayGroup> PreferenceList |
Definition at line 114 of file airports_fwd.hxx.
| typedef std::vector<RunwayGroup>::const_iterator PreferenceListConstIterator |
Definition at line 116 of file airports_fwd.hxx.
| typedef std::vector<RunwayGroup>::iterator PreferenceListIterator |
Definition at line 115 of file airports_fwd.hxx.
| typedef std::vector<RunwayList> RunwayListVec |
Definition at line 110 of file airports_fwd.hxx.
| typedef std::vector<RunwayList>::const_iterator RunwayListVecConstIterator |
Definition at line 112 of file airports_fwd.hxx.
| typedef std::vector<RunwayList>::iterator RunwayListVectorIterator |
Definition at line 111 of file airports_fwd.hxx.
| typedef std::vector<FGTaxiRoute> TaxiRouteVector |
Definition at line 107 of file airports_fwd.hxx.
| typedef std::vector<FGTaxiRoute>::iterator TaxiRouteVectorIterator |
Definition at line 108 of file airports_fwd.hxx.
| typedef std::vector<time_t> TimeVector |
Definition at line 104 of file airports_fwd.hxx.
| typedef std::vector<time_t>::iterator TimeVectorIterator |
Definition at line 105 of file airports_fwd.hxx.