![]() |
Eclipse 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< const Named *> &objects) | |
Contructor. More... | |
StoringVisitor (std::set< std::string > &objects) | |
~StoringVisitor () | |
Destructor. More... | |
Data Fields | |
std::set< std::string > * | myIDs |
The container. More... | |
std::set< const Named * > * | myObjects |
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 |
|
inline |
|
private |
invalidated copy constructor
|
inline |
Adds the given object to the container.
Definition at line 103 of file Named.h.
References Named::getID().
Referenced by Named::addTo().
|
private |
invalidated assignment operator
std::set<std::string>* Named::StoringVisitor::myIDs |