Public Member Functions | |
NscStackStringAccessor (std::string name) | |
virtual bool | Get (const ObjectBase *object, AttributeValue &val) const |
virtual bool | HasGetter (void) const |
virtual bool | HasSetter (void) const |
virtual bool | Set (ObjectBase *object, const AttributeValue &val) const |
![]() | |
AttributeAccessor () | |
virtual | ~AttributeAccessor () |
![]() | |
SimpleRefCount () | |
SimpleRefCount (const SimpleRefCount &o) | |
uint32_t | GetReferenceCount (void) const |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
Private Attributes | |
std::string | m_name |
Additional Inherited Members | |
![]() | |
static void | Cleanup (void) |
Definition at line 26 of file nsc-sysctl.cc.
|
inline |
Definition at line 29 of file nsc-sysctl.cc.
|
virtual |
object | the object instance to get the value from |
attribute | a pointer to where the value should be set. |
This method expects that the caller has checked that the input value is valid with AttributeChecker::Check.
Implements ns3::AttributeAccessor.
Definition at line 66 of file nsc-sysctl.cc.
References ns3::Ns3NscStack::Get(), m_name, and ns3::StringValue::Set().
|
virtual |
Implements ns3::AttributeAccessor.
Definition at line 39 of file nsc-sysctl.cc.
|
virtual |
Implements ns3::AttributeAccessor.
Definition at line 44 of file nsc-sysctl.cc.
|
virtual |
object | the object instance to set the value in |
value | the value to set |
This method expects that the caller has checked that the input value is valid with AttributeChecker::Check.
Implements ns3::AttributeAccessor.
Definition at line 50 of file nsc-sysctl.cc.
References ns3::StringValue::Get(), m_name, and ns3::Ns3NscStack::Set().
|
private |
Definition at line 36 of file nsc-sysctl.cc.