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. | |
StoringVisitor (std::set< const Named * > &objects) | |
Constructor. | |
~StoringVisitor () | |
Destructor. | |
Data Fields | |
std::set< const Named * > & | myObjects |
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 99 of file Named.h.
References myObjects.
Referenced by Named::addTo().
|
private |
invalidated assignment operator
std::set<const Named*>& Named::StoringVisitor::myObjects |