![]() |
SUMO - Simulation of Urban MObility
|
An abstract interface for accessing type-dependent values. More...
#include <TraCIAPI.h>
Public Member Functions | |
TraCIScopeWrapper (TraCIAPI &parent) | |
Constructor. More... | |
virtual | ~TraCIScopeWrapper () |
Destructor. More... | |
Protected Attributes | |
TraCIAPI & | myParent |
The parent TraCI client which offers the connection. More... | |
Private Member Functions | |
TraCIScopeWrapper & | operator= (const TraCIScopeWrapper &src) |
invalidated assignment operator More... | |
TraCIScopeWrapper (const TraCIScopeWrapper &src) | |
invalidated copy constructor More... | |
An abstract interface for accessing type-dependent values.
Must be derived by interfaces which implement access methods to certain object types
Definition at line 193 of file TraCIAPI.h.
|
inline |
Constructor.
[in] | parent | The parent TraCI client which offers the connection |
Definition at line 198 of file TraCIAPI.h.
|
inlinevirtual |
Destructor.
Definition at line 201 of file TraCIAPI.h.
|
private |
invalidated copy constructor
|
private |
invalidated assignment operator
|
protected |
The parent TraCI client which offers the connection.
Definition at line 206 of file TraCIAPI.h.