Home
last modified time | relevance | path

Searched refs:STARList (Results 1 – 5 of 5) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Drunways.cxx177 flightgear::STARList FGRunway::getSTARs() const in getSTARs()
180 flightgear::STARList result; in getSTARs()
H A Drunways.hxx114 flightgear::STARList getSTARs() const;
H A Dairports_fwd.hxx64 typedef std::vector<STAR*> STARList; typedef
H A Dairport.hxx257 flightgear::STARList getSTARs() const;
H A Dairport.cxx848 STARList FGAirport::getSTARs() const in getSTARs()
851 return STARList(mSTARs.begin(), mSTARs.end()); in getSTARs()