#include "attribute-container.h"
 Inheritance diagram for ns3::internal::AttributeContainerChecker< A, C >:
 Inheritance diagram for ns3::internal::AttributeContainerChecker< A, C >: Collaboration diagram for ns3::internal::AttributeContainerChecker< A, C >:
 Collaboration diagram for ns3::internal::AttributeContainerChecker< A, C >:| Public Member Functions | |
| AttributeContainerChecker (void) | |
| AttributeContainerChecker (Ptr< const AttributeChecker > itemchecker) | |
| Ptr< const AttributeChecker > | GetItemChecker (void) const | 
| void | SetItemChecker (Ptr< const AttributeChecker > itemchecker) | 
|  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 (void) 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 (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... | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) | 
| Assignment operator.  More... | |
| void | Ref (void) const | 
| Increment the reference count.  More... | |
| void | Unref (void) const | 
| Decrement the reference count.  More... | |
| Private Attributes | |
| Ptr< const AttributeChecker > | m_itemchecker | 
Definition at line 241 of file attribute-container.h.
| ns3::internal::AttributeContainerChecker< A, C >::AttributeContainerChecker | ( | void | ) | 
Definition at line 254 of file attribute-container.h.
| 
 | explicit | 
Definition at line 259 of file attribute-container.h.
| 
 | virtual | 
Implements ns3::AttributeContainerChecker.
Definition at line 272 of file attribute-container.h.
| 
 | virtual | 
Implements ns3::AttributeContainerChecker.
Definition at line 265 of file attribute-container.h.
| 
 | private | 
Definition at line 250 of file attribute-container.h.