A class for an empty attribute value. More...
#include <attribute.h>
Inheritance diagram for ns3::EmptyAttributeValue:
Collaboration diagram for ns3::EmptyAttributeValue:Public Member Functions | |
| EmptyAttributeValue () | |
Public Member Functions inherited from ns3::AttributeValue | |
| AttributeValue () | |
| virtual | ~AttributeValue () |
| virtual Ptr< AttributeValue > | Copy (void) const =0 |
| virtual bool | DeserializeFromString (std::string value, Ptr< const AttributeChecker > checker)=0 |
| virtual std::string | SerializeToString (Ptr< const AttributeChecker > checker) const =0 |
Public Member Functions inherited from ns3::SimpleRefCount< AttributeValue > | |
| SimpleRefCount () | |
| SimpleRefCount (const SimpleRefCount &o) | |
| uint32_t | GetReferenceCount (void) const |
| SimpleRefCount & | operator= (const SimpleRefCount &o) |
| void | Ref (void) const |
| void | Unref (void) const |
Private Member Functions | |
| virtual Ptr< AttributeValue > | Copy (void) const |
| virtual bool | DeserializeFromString (std::string value, Ptr< const AttributeChecker > checker) |
| virtual std::string | SerializeToString (Ptr< const AttributeChecker > checker) const |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::SimpleRefCount< AttributeValue > | |
| static void | Cleanup (void) |
A class for an empty attribute value.
Definition at line 222 of file attribute.h.
| ns3::EmptyAttributeValue::EmptyAttributeValue | ( | ) |
Definition at line 81 of file attribute.cc.
References NS_LOG_FUNCTION.
|
privatevirtual |
Definition at line 86 of file attribute.cc.
References NS_LOG_FUNCTION.
|
privatevirtual |
Definition at line 98 of file attribute.cc.
References NS_LOG_FUNCTION.
|
privatevirtual |
Definition at line 92 of file attribute.cc.
References NS_LOG_FUNCTION.