FlightGear next
runwayprefs.hxx File Reference
#include <time.h>
#include <simgear/compiler.h>
#include "airports_fwd.hxx"

Go to the source code of this file.

Classes

class  ScheduleTime
 
class  RunwayList
 
class  RunwayGroup
 
class  FGRunwayPreference
 

Typedefs

typedef std::vector< time_t > timeVec
 
typedef std::vector< time_t >::const_iterator timeVecConstIterator
 
typedef std::vector< std::string > stringVec
 
typedef std::vector< std::string >::iterator stringVecIterator
 
typedef std::vector< std::string >::const_iterator stringVecConstIterator
 

Typedef Documentation

◆ stringVec

typedef std::vector<std::string> stringVec

Definition at line 20 of file runwayprefs.hxx.

◆ stringVecConstIterator

typedef std::vector<std::string>::const_iterator stringVecConstIterator

Definition at line 22 of file runwayprefs.hxx.

◆ stringVecIterator

typedef std::vector<std::string>::iterator stringVecIterator

Definition at line 21 of file runwayprefs.hxx.

◆ timeVec

typedef std::vector<time_t> timeVec

Definition at line 17 of file runwayprefs.hxx.

◆ timeVecConstIterator

typedef std::vector<time_t>::const_iterator timeVecConstIterator

Definition at line 18 of file runwayprefs.hxx.