21 #ifndef SUMO_NBPTSTOPCONT_H 22 #define SUMO_NBPTSTOPCONT_H 48 std::map<std::string, NBPTStop*>::const_iterator
begin()
const {
56 std::map<std::string, NBPTStop*>::const_iterator
end()
const {
71 #endif //SUMO_NBPTSTOPCONT_H PTStopsCont myPTStops
The map of names to pt stops.
The representation of a single pt stop.
std::map< std::string, NBPTStop * > PTStopsCont
Definition of the map of names to pt stops.
std::map< std::string, NBPTStop * >::const_iterator begin() const
Returns the pointer to the begin of the stored pt stops.
Storage for edges, including some functionality operating on multiple edges.
std::map< std::string, NBPTStop * >::const_iterator end() const
Returns the pointer to the end of the stored pt stops.
void process(NBEdgeCont &cont)
bool insert(NBPTStop *ptStop)
Inserts a node into the map.
int size() const
Returns the number of pt stops stored in this container.