ObjectPtrContainerChecker implementation class. More...
#include "object-ptr-container.h"
Public Member Functions | |
bool | Check (const AttributeValue &value) const override |
bool | Copy (const AttributeValue &source, AttributeValue &destination) const override |
Copy the source to the destination. More... | |
Ptr< AttributeValue > | Create () const override |
TypeId | GetItemTypeId () const override |
Get the TypeId of the container class type. More... | |
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. More... | |
Public Member Functions inherited from ns3::SimpleRefCount< AttributeChecker > | |
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... | |
ObjectPtrContainerChecker implementation class.
Definition at line 176 of file object-ptr-container.h.
|
inlineoverridevirtual |
[in] | value | A pointer to the value to check |
Implements ns3::AttributeChecker.
Definition at line 184 of file object-ptr-container.h.
|
inlineoverridevirtual |
Copy the source to the destination.
[in] | source | Source AttributeValue |
[out] | destination | Destination AttributeValue |
Implements ns3::AttributeChecker.
Definition at line 209 of file object-ptr-container.h.
|
inlineoverridevirtual |
This method is typically used to create a temporary variable prior to calling Attribute::DeserializeFromString.
Implements ns3::AttributeChecker.
Definition at line 204 of file object-ptr-container.h.
|
inlineoverridevirtual |
Get the TypeId of the container class type.
Implements ns3::ObjectPtrContainerChecker.
Definition at line 179 of file object-ptr-container.h.
|
inlineoverridevirtual |
Implements ns3::AttributeChecker.
Definition at line 199 of file object-ptr-container.h.
|
inlineoverridevirtual |
A typical return value here is FooValue where Foo is the name of the type being wrapped.
Implements ns3::AttributeChecker.
Definition at line 189 of file object-ptr-container.h.
|
inlineoverridevirtual |
If this method returns false, the return value of the GetUnderlyingTypeInformation method cannot be relied upon.
Implements ns3::AttributeChecker.
Definition at line 194 of file object-ptr-container.h.