9 typedef std::map<int, RoadInfo*> InfoMap;
13 typedef InfoMap::iterator
Iter;
19 int Size ()
const {
return m_map.size (); }
29 void Add(
const int road,
const double weight,
const int count=1);
32 void Scale(
const double val);
34 void AddBG(
const int road,
const double weight,
const int count=1);
Base class to hold a set (list or map) of roads.
Class to hold a non-ordered set (i.e. map) of roads.
bool ContainEnabled(const RoadMap *map) const
InfoMap::const_iterator ConstIter
bool Contain(const RoadMap *map) const
void Add(const int road, const double weight, const int count=1)
RoadInfo * Find(const int road) const
void Scale(const double val)
void AddBG(const int road, const double weight, const int count=1)
void ScaleBG(const double val)