FlightGear next
FGAirRoute Class Reference

#include <awynet.hxx>

Public Member Functions

 FGAirRoute ()
 
 FGAirRoute (intVec nds, double dist)
 
bool operator< (const FGAirRoute &other) const
 
bool empty ()
 
bool next (int *val)
 
void first ()
 
void add (const FGAirRoute &other)
 
void add (int node)
 

Friends

std::istream & operator>> (std::istream &in, FGAirRoute &r)
 

Detailed Description

Definition at line 133 of file awynet.hxx.

Constructor & Destructor Documentation

◆ FGAirRoute() [1/2]

FGAirRoute::FGAirRoute ( )
inline

Definition at line 141 of file awynet.hxx.

◆ FGAirRoute() [2/2]

FGAirRoute::FGAirRoute ( intVec nds,
double dist )
inline

Definition at line 142 of file awynet.hxx.

Member Function Documentation

◆ add() [1/2]

void FGAirRoute::add ( const FGAirRoute & other)

Definition at line 129 of file awynet.cxx.

◆ add() [2/2]

void FGAirRoute::add ( int node)
inline

Definition at line 149 of file awynet.hxx.

◆ empty()

bool FGAirRoute::empty ( )
inline

Definition at line 144 of file awynet.hxx.

◆ first()

void FGAirRoute::first ( )
inline

Definition at line 147 of file awynet.hxx.

◆ next()

bool FGAirRoute::next ( int * val)

Definition at line 112 of file awynet.cxx.

◆ operator<()

bool FGAirRoute::operator< ( const FGAirRoute & other) const
inline

Definition at line 143 of file awynet.hxx.

Friends And Related Symbol Documentation

◆ operator>>

std::istream & operator>> ( std::istream & in,
FGAirRoute & r )
friend

Definition at line 154 of file awynet.hxx.


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