|
SUMO - Simulation of Urban MObility
|
Allows to store the object; used as context while traveling the rtree in TraCI. More...
#include <Named.h>

Public Member Functions | |
| void | add (const Named *const o) const |
| Adds the given object to the container. More... | |
| StoringVisitor (std::set< std::string > &ids) | |
| Contructor. More... | |
| ~StoringVisitor () | |
| Destructor. More... | |
Data Fields | |
| std::set< std::string > & | myIDs |
| The container. More... | |
Private Member Functions | |
| StoringVisitor & | operator= (const StoringVisitor &src) |
| invalidated assignment operator More... | |
| StoringVisitor (const StoringVisitor &src) | |
| invalidated copy constructor More... | |
Allows to store the object; used as context while traveling the rtree in TraCI.
|
inline |
|
inline |
|
private |
invalidated copy constructor
|
inline |
Adds the given object to the container.
Definition at line 106 of file Named.h.
References Named::getID(), and myIDs.
Referenced by Named::addTo().
|
private |
invalidated assignment operator
| std::set<std::string>& Named::StoringVisitor::myIDs |