![]() |
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 |
Constructor.
Definition at line 93 of file Named.h.
References myObjects.
Referenced by operator=(), and StoringVisitor().
|
inline |
|
private |
invalidated copy constructor
References StoringVisitor().
|
inline |
Adds the given object to the container.
Definition at line 99 of file Named.h.
References myObjects, and Named::Named().
Referenced by Named::addTo().
|
private |
invalidated assignment operator
References StoringVisitor().
| std::set<const Named*>& Named::StoringVisitor::myObjects |