FlightGear next
RunwayList Class Reference

#include <runwayprefs.hxx>

Public Member Functions

 RunwayList ()
 
 RunwayList (const RunwayList &other)
 
RunwayListoperator= (const RunwayList &other)
 
void set (const std::string &, const std::string &)
 
void clear ()
 
std::string getType ()
 
const stringVecgetPreferredRunways () const
 

Detailed Description

Definition at line 55 of file runwayprefs.hxx.

Constructor & Destructor Documentation

◆ RunwayList() [1/2]

RunwayList::RunwayList ( )
inline

Definition at line 62 of file runwayprefs.hxx.

◆ RunwayList() [2/2]

RunwayList::RunwayList ( const RunwayList & other)

Definition at line 102 of file runwayprefs.cxx.

Member Function Documentation

◆ clear()

void RunwayList::clear ( )

Definition at line 138 of file runwayprefs.cxx.

◆ getPreferredRunways()

const stringVec & RunwayList::getPreferredRunways ( ) const
inline

Definition at line 70 of file runwayprefs.hxx.

◆ getType()

std::string RunwayList::getType ( )
inline

Definition at line 69 of file runwayprefs.hxx.

◆ operator=()

RunwayList & RunwayList::operator= ( const RunwayList & other)

Definition at line 110 of file runwayprefs.cxx.

◆ set()

void RunwayList::set ( const std::string & tp,
const std::string & lst )

Definition at line 121 of file runwayprefs.cxx.


The documentation for this class was generated from the following files: