#include "attribute-container.h"
 Inheritance diagram for ns3::internal::AttributeContainerChecker< A, C >:
 Collaboration diagram for ns3::internal::AttributeContainerChecker< A, C >:Public Member Functions | |
| AttributeContainerChecker () | |
| AttributeContainerChecker (Ptr< const AttributeChecker > itemchecker) | |
| Explicit constructor.  More... | |
| Ptr< const AttributeChecker > | GetItemChecker () const override | 
| Get the item checker.  More... | |
| void | SetItemChecker (Ptr< const AttributeChecker > itemchecker) override | 
| Set the item checker.  More... | |
| virtual Ptr< const AttributeChecker > | GetItemChecker () const =0 | 
| Get the item checker.  More... | |
| virtual void | SetItemChecker (Ptr< const AttributeChecker > itemchecker)=0 | 
| Set the item checker.  More... | |
  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< 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.  More... | |
| 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.  More... | |
| SimpleRefCount (const SimpleRefCount &o) | |
| Copy constructor.  More... | |
| uint32_t | GetReferenceCount () const | 
| Get the reference count of the object.  More... | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) | 
| Assignment operator.  More... | |
| void | Ref () const | 
| Increment the reference count.  More... | |
| void | Unref () const | 
| Decrement the reference count.  More... | |
Private Attributes | |
| Ptr< const AttributeChecker > | m_itemchecker | 
| The AttributeChecker.  More... | |
Definition at line 287 of file attribute-container.h.
| ns3::internal::AttributeContainerChecker< A, C >::AttributeContainerChecker | 
Definition at line 304 of file attribute-container.h.
      
  | 
  explicit | 
Explicit constructor.
| itemchecker | The AttributeChecker. | 
Definition at line 310 of file attribute-container.h.
      
  | 
  overridevirtual | 
Get the item checker.
Implements ns3::AttributeContainerChecker.
Definition at line 324 of file attribute-container.h.
      
  | 
  overridevirtual | 
Set the item checker.
| itemchecker | The item checker | 
Implements ns3::AttributeContainerChecker.
Definition at line 317 of file attribute-container.h.
      
  | 
  private | 
The AttributeChecker.
Definition at line 300 of file attribute-container.h.