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. | |
StoringVisitor (std::set< std::string > &ids) | |
Contructor. | |
~StoringVisitor () | |
Destructor. |
Data Fields | |
std::set< std::string > & | myIDs |
The container. |
Private Member Functions | |
StoringVisitor & | operator= (const StoringVisitor &src) |
invalidated assignment operator | |
StoringVisitor (const StoringVisitor &src) | |
invalidated copy constructor |
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 94 of file Named.h.
References Named::getID(), and myIDs.
Referenced by Named::addTo().
|
private |
invalidated assignment operator
std::set<std::string>& Named::StoringVisitor::myIDs |