#include <object-ptr-container.h>
Public Member Functions | |
virtual bool | Check (const AttributeValue &value) const |
virtual bool | Copy (const AttributeValue &source, AttributeValue &destination) const |
Copy the source to the destination. More... | |
virtual Ptr< AttributeValue > | Create (void) const |
virtual TypeId | GetItemTypeId (void) const |
virtual std::string | GetUnderlyingTypeInformation (void) const |
virtual std::string | GetValueTypeName (void) const |
virtual bool | HasUnderlyingTypeInformation (void) const |
![]() | |
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... | |
![]() | |
SimpleRefCount () | |
Constructor. More... | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
Additional Inherited Members | |
![]() | |
static void | Cleanup (void) |
Noop. More... | |
Definition at line 99 of file object-ptr-container.h.
|
inlinevirtual |
value | a pointer to the value to check |
Implements ns3::AttributeChecker.
Definition at line 105 of file object-ptr-container.h.
|
inlinevirtual |
Copy the source to the destination.
source | source AttributeValue |
destination | destination AttributeValue |
Implements ns3::AttributeChecker.
Definition at line 120 of file object-ptr-container.h.
|
inlinevirtual |
This method is typically used to create a temporary variable prior to calling Attribute::DeserializeFromString.
Implements ns3::AttributeChecker.
Definition at line 117 of file object-ptr-container.h.
|
inlinevirtual |
Implements ns3::ObjectPtrContainerChecker.
Definition at line 102 of file object-ptr-container.h.
|
inlinevirtual |
Implements ns3::AttributeChecker.
Definition at line 114 of file object-ptr-container.h.
|
inlinevirtual |
A typical return value here is FooValue where Foo is the name of the type being wrapped.
Implements ns3::AttributeChecker.
Definition at line 108 of file object-ptr-container.h.
|
inlinevirtual |
If this method returns false, the return value of the GetUnderlyingTypeInformation method cannot be relied upon.
Implements ns3::AttributeChecker.
Definition at line 111 of file object-ptr-container.h.