|
ns-3
|
control access to objects' trace sources More...
#include <trace-source-accessor.h>


Public Member Functions | |
| virtual bool | ConnectWithoutContext (ObjectBase *obj, const CallbackBase &cb) const =0 |
| virtual bool | Connect (ObjectBase *obj, std::string context, const CallbackBase &cb) const =0 |
| virtual bool | DisconnectWithoutContext (ObjectBase *obj, const CallbackBase &cb) const =0 |
| virtual bool | Disconnect (ObjectBase *obj, std::string context, const CallbackBase &cb) const =0 |
control access to objects' trace sources
This class abstracts the kind of trace source to which we want to connect and provides services to Connect and Disconnect a sink to a trace source.
| virtual bool ns3::TraceSourceAccessor::Connect | ( | ObjectBase * | obj, |
| std::string | context, | ||
| const CallbackBase & | cb | ||
| ) | const [pure virtual] |
| obj | the object instance which contains the target trace source. |
| context | the context to bind to the user callback. |
| cb | the callback to connect to the target trace source. |
| virtual bool ns3::TraceSourceAccessor::ConnectWithoutContext | ( | ObjectBase * | obj, |
| const CallbackBase & | cb | ||
| ) | const [pure virtual] |
| obj | the object instance which contains the target trace source. |
| cb | the callback to connect to the target trace source. |
| virtual bool ns3::TraceSourceAccessor::Disconnect | ( | ObjectBase * | obj, |
| std::string | context, | ||
| const CallbackBase & | cb | ||
| ) | const [pure virtual] |
| obj | the object instance which contains the target trace source. |
| context | the context which was bound to the user callback. |
| cb | the callback to disconnect from the target trace source. |
| virtual bool ns3::TraceSourceAccessor::DisconnectWithoutContext | ( | ObjectBase * | obj, |
| const CallbackBase & | cb | ||
| ) | const [pure virtual] |
| obj | the object instance which contains the target trace source. |
| cb | the callback to disconnect from the target trace source. |