AttributeChecker implementation for AttributeContainerValue. More...
#include "attribute-container.h"
Public Member Functions | |
virtual Ptr< const AttributeChecker > | GetItemChecker () const =0 |
Get the item checker. | |
virtual void | SetItemChecker (Ptr< const AttributeChecker > itemchecker)=0 |
Set the item checker. | |
Public Member Functions inherited from ns3::AttributeChecker | |
AttributeChecker () | |
virtual | ~AttributeChecker () |
virtual bool | Check (const AttributeValue &value) const =0 |
virtual bool | Copy (const AttributeValue &source, AttributeValue &destination) const =0 |
Copy the source to the destination. | |
virtual Ptr< AttributeValue > | Create () const =0 |
Ptr< AttributeValue > | CreateValidValue (const AttributeValue &value) const |
Create a valid value from the argument value, or reinterpret the argument as a string. | |
virtual std::string | GetUnderlyingTypeInformation () const =0 |
virtual std::string | GetValueTypeName () const =0 |
virtual bool | HasUnderlyingTypeInformation () const =0 |
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. | |
AttributeChecker implementation for AttributeContainerValue.
|
pure virtual |
Get the item checker.
Implemented in ns3::internal::AttributeContainerChecker< A, Sep, C >.
|
pure virtual |
Set the item checker.
itemchecker | The item checker |
Implemented in ns3::internal::AttributeContainerChecker< A, Sep, C >.