#include <pointer.h>
Private Member Functions | |
virtual bool | Check (const AttributeValue &val) const |
virtual std::string | GetValueTypeName (void) const |
virtual bool | HasUnderlyingTypeInformation (void) const |
virtual std::string | GetUnderlyingTypeInformation (void) const |
virtual Ptr< AttributeValue > | Create (void) const |
virtual bool | Copy (const AttributeValue &source, AttributeValue &destination) const |
virtual TypeId | GetPointeeTypeId (void) const |
Definition at line 84 of file pointer.h.
virtual bool ns3::internal::APointerChecker< T >::Check | ( | const AttributeValue & | value | ) | const [inline, private, virtual] |
value | a pointer to the value to check |
Implements ns3::AttributeChecker.
Definition at line 86 of file pointer.h.
References ns3::PointerValue::GetObject(), and ns3::PeekPointer().
virtual bool ns3::internal::APointerChecker< T >::Copy | ( | const AttributeValue & | source, | |
AttributeValue & | destination | |||
) | const [inline, private, virtual] |
Implements ns3::AttributeChecker.
virtual Ptr<AttributeValue> ns3::internal::APointerChecker< T >::Create | ( | void | ) | const [inline, private, virtual] |
This method is typically used to create a temporary variable prior to calling Attribute::DeserializeFromString.
Implements ns3::AttributeChecker.
virtual TypeId ns3::internal::APointerChecker< T >::GetPointeeTypeId | ( | void | ) | const [inline, private, virtual] |
Implements ns3::PointerChecker.
virtual std::string ns3::internal::APointerChecker< T >::GetUnderlyingTypeInformation | ( | void | ) | const [inline, private, virtual] |
Implements ns3::AttributeChecker.
Definition at line 109 of file pointer.h.
References ns3::TypeId::GetName().
virtual std::string ns3::internal::APointerChecker< T >::GetValueTypeName | ( | void | ) | const [inline, private, virtual] |
A typical return value here is FooValue where Foo is the name of the type being wrapped.
Implements ns3::AttributeChecker.
virtual bool ns3::internal::APointerChecker< T >::HasUnderlyingTypeInformation | ( | void | ) | const [inline, private, virtual] |
If this method returns false, the return value of the GetUnderlyingTypeInformation method cannot be relied upon.
Implements ns3::AttributeChecker.