A Discrete-Event Network Simulator
API
ns3::AttributeContainerChecker Class Referenceabstract


AttributeChecker implementation for AttributeContainerValue. More...

#include "attribute-container.h"

+ Inheritance diagram for ns3::AttributeContainerChecker:
+ Collaboration diagram for ns3::AttributeContainerChecker:

Public Member Functions

virtual Ptr< const AttributeCheckerGetItemChecker (void) const =0
 
virtual void SetItemChecker (Ptr< const AttributeChecker > itemchecker)=0
 
- 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. More...
 
virtual Ptr< AttributeValueCreate (void) const =0
 
Ptr< AttributeValueCreateValidValue (const AttributeValue &value) const
 Create a valid value from the argument value, or reinterpret the argument as a string. More...
 
virtual std::string GetUnderlyingTypeInformation (void) const =0
 
virtual std::string GetValueTypeName (void) const =0
 
virtual bool HasUnderlyingTypeInformation (void) const =0
 
- Public Member Functions inherited from ns3::SimpleRefCount< AttributeChecker >
 SimpleRefCount ()
 Default constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Detailed Description


AttributeChecker implementation for AttributeContainerValue.

See also
AttributeChecker

Definition at line 185 of file attribute-container.h.

Member Function Documentation

◆ GetItemChecker()

virtual Ptr<const AttributeChecker> ns3::AttributeContainerChecker::GetItemChecker ( void  ) const
pure virtual

◆ SetItemChecker()

virtual void ns3::AttributeContainerChecker::SetItemChecker ( Ptr< const AttributeChecker itemchecker)
pure virtual

The documentation for this class was generated from the following file: