PointerChecker implementation. More...
#include "pointer.h"
 Inheritance diagram for ns3::internal::PointerChecker< T >:
 Inheritance diagram for ns3::internal::PointerChecker< T >: Collaboration diagram for ns3::internal::PointerChecker< T >:
 Collaboration diagram for ns3::internal::PointerChecker< T >:| Private Member Functions | |
| bool | Check (const AttributeValue &val) const override | 
| bool | Copy (const AttributeValue &source, AttributeValue &destination) const override | 
| Copy the source to the destination. | |
| Ptr< AttributeValue > | Create () const override | 
| TypeId | GetPointeeTypeId () const override | 
| Get the TypeId of the base type. | |
| std::string | GetUnderlyingTypeInformation () const override | 
| std::string | GetValueTypeName () const override | 
| bool | HasUnderlyingTypeInformation () const override | 
| Additional Inherited Members | |
| virtual TypeId | GetPointeeTypeId () const =0 | 
| Get the TypeId of the base type. | |
|  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. | |
PointerChecker implementation.
| 
 | inlineoverrideprivatevirtual | 
| [in] | value | A pointer to the value to check | 
Implements ns3::AttributeChecker.
Definition at line 130 of file pointer.h.
References ns3::PeekPointer().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inlineoverrideprivatevirtual | 
Copy the source to the destination.
| [in] | source | Source AttributeValue | 
| [out] | destination | Destination AttributeValue | 
Implements ns3::AttributeChecker.
| 
 | inlineoverrideprivatevirtual | 
This method is typically used to create a temporary variable prior to calling Attribute::DeserializeFromString.
Implements ns3::AttributeChecker.
| 
 | inlineoverrideprivatevirtual | 
| 
 | inlineoverrideprivatevirtual | 
Implements ns3::AttributeChecker.
Definition at line 156 of file pointer.h.
References ns3::TypeId::GetName().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inlineoverrideprivatevirtual | 
A typical return value here is FooValue where Foo is the name of the type being wrapped.
Implements ns3::AttributeChecker.
| 
 | inlineoverrideprivatevirtual | 
If this method returns false, the return value of the GetUnderlyingTypeInformation method cannot be relied upon.
Implements ns3::AttributeChecker.