A checker for EmptyAttributeValue. More...
#include "attribute.h"
Public Member Functions | |
EmptyAttributeChecker () | |
~EmptyAttributeChecker () override | |
bool | Check (const AttributeValue &value) const override |
bool | Copy (const AttributeValue &source, AttributeValue &destination) const override |
Copy the source to the destination. | |
Ptr< AttributeValue > | Create () const override |
std::string | GetUnderlyingTypeInformation () const override |
std::string | GetValueTypeName () const override |
bool | HasUnderlyingTypeInformation () const override |
Public Member Functions inherited from ns3::AttributeChecker | |
AttributeChecker () | |
virtual | ~AttributeChecker () |
Ptr< AttributeValue > | CreateValidValue (const AttributeValue &value) const |
Create a valid value from the argument value, or reinterpret the argument as a string. | |
Public Member Functions inherited from ns3::SimpleRefCount< AttributeChecker > | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
A checker for EmptyAttributeValue.
Does nothing, since every EmptyAttributeValue does not contain anything and is, of course, valid.
Definition at line 298 of file attribute.h.
ns3::EmptyAttributeChecker::EmptyAttributeChecker | ( | ) |
Definition at line 142 of file attribute.cc.
|
override |
Definition at line 147 of file attribute.cc.
|
overridevirtual |
[in] | value | A pointer to the value to check |
Implements ns3::AttributeChecker.
Definition at line 152 of file attribute.cc.
|
overridevirtual |
Copy the source to the destination.
[in] | source | Source AttributeValue |
[out] | destination | Destination AttributeValue |
Implements ns3::AttributeChecker.
Definition at line 183 of file attribute.cc.
|
overridevirtual |
This method is typically used to create a temporary variable prior to calling Attribute::DeserializeFromString.
Implements ns3::AttributeChecker.
Definition at line 176 of file attribute.cc.
|
overridevirtual |
Implements ns3::AttributeChecker.
Definition at line 170 of file attribute.cc.
|
overridevirtual |
A typical return value here is FooValue where Foo is the name of the type being wrapped.
Implements ns3::AttributeChecker.
Definition at line 158 of file attribute.cc.
|
overridevirtual |
If this method returns false, the return value of the GetUnderlyingTypeInformation method cannot be relied upon.
Implements ns3::AttributeChecker.
Definition at line 164 of file attribute.cc.