A class for an empty attribute value. More...
#include "attribute.h"
Public Member Functions | |
EmptyAttributeValue () | |
Default constructor. More... | |
Public Member Functions inherited from ns3::AttributeValue | |
AttributeValue () | |
virtual | ~AttributeValue () |
Public Member Functions inherited from ns3::SimpleRefCount< AttributeValue > | |
SimpleRefCount () | |
Default constructor. More... | |
SimpleRefCount (const SimpleRefCount &o[[maybe_unused]]) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o[[maybe_unused]]) |
Assignment operator. More... | |
void | Ref () const |
Increment the reference count. More... | |
void | Unref () const |
Decrement the reference count. More... | |
Private Member Functions | |
Ptr< AttributeValue > | Copy () const override |
bool | DeserializeFromString (std::string value, Ptr< const AttributeChecker > checker) override |
std::string | SerializeToString (Ptr< const AttributeChecker > checker) const override |
A class for an empty attribute value.
Definition at line 233 of file attribute.h.
ns3::EmptyAttributeValue::EmptyAttributeValue | ( | ) |
|
overrideprivatevirtual |
Implements ns3::AttributeValue.
Definition at line 98 of file attribute.cc.
References NS_LOG_FUNCTION.
|
overrideprivatevirtual |
[in] | value | A string representation of the value |
[in] | checker | A pointer to the checker associated to the attribute. |
In the trivial case of EmptyAttributeValue, this should always return true
Implements ns3::AttributeValue.
Definition at line 112 of file attribute.cc.
References NS_LOG_FUNCTION.
|
overrideprivatevirtual |
[in] | checker | The checker associated to the attribute |
In the EmptyAttributeValue case, the string returned will be simply ""
Implements ns3::AttributeValue.
Definition at line 105 of file attribute.cc.
References NS_LOG_FUNCTION.