Go to the documentation of this file.
   12 #ifndef ROADSTOP_BASE_H 
   13 #define ROADSTOP_BASE_H 
  193 #define FOR_ALL_ROADSTOPS_FROM(var, start) FOR_ALL_ITEMS_FROM(RoadStop, roadstop_index, var, start) 
  194 #define FOR_ALL_ROADSTOPS(var) FOR_ALL_ROADSTOPS_FROM(var, 0)