FlightGear next
TrafficMgr.hxx File Reference
#include <set>
#include <memory>
#include <simgear/structure/subsystem_mgr.hxx>
#include <simgear/props/propertyObject.hxx>
#include <simgear/misc/sg_path.hxx>
#include "SchedFlight.hxx"
#include "Schedule.hxx"

Go to the source code of this file.

Classes

class  Heuristic
 
class  FGTrafficManager
 

Typedefs

typedef std::vector< HeuristicheuristicsVector
 
typedef std::vector< Heuristic >::iterator heuristicsVectorIterator
 
typedef std::map< std::string, HeuristicHeuristicMap
 
typedef HeuristicMap::iterator HeuristicMapIterator
 

Typedef Documentation

◆ HeuristicMap

typedef std::map< std::string, Heuristic> HeuristicMap

Definition at line 71 of file TrafficMgr.hxx.

◆ HeuristicMapIterator

typedef HeuristicMap::iterator HeuristicMapIterator

Definition at line 72 of file TrafficMgr.hxx.

◆ heuristicsVector

typedef std::vector<Heuristic> heuristicsVector

Definition at line 68 of file TrafficMgr.hxx.

◆ heuristicsVectorIterator

typedef std::vector<Heuristic>::iterator heuristicsVectorIterator

Definition at line 69 of file TrafficMgr.hxx.