#include <object-vector.h>
Public Member Functions | |
virtual TypeId | GetItemTypeId (void) const |
virtual bool | Check (const AttributeValue &value) 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 |
Definition at line 83 of file object-vector.h.
virtual bool ns3::internal::AnObjectVectorChecker< T >::Check | ( | const AttributeValue & | value | ) | const [inline, virtual] |
value | a pointer to the value to check |
Implements ns3::AttributeChecker.
Definition at line 89 of file object-vector.h.
virtual bool ns3::internal::AnObjectVectorChecker< T >::Copy | ( | const AttributeValue & | source, | |
AttributeValue & | destination | |||
) | const [inline, virtual] |
Implements ns3::AttributeChecker.
Definition at line 104 of file object-vector.h.
virtual Ptr<AttributeValue> ns3::internal::AnObjectVectorChecker< T >::Create | ( | void | ) | const [inline, virtual] |
This method is typically used to create a temporary variable prior to calling Attribute::DeserializeFromString.
Implements ns3::AttributeChecker.
Definition at line 101 of file object-vector.h.
virtual TypeId ns3::internal::AnObjectVectorChecker< T >::GetItemTypeId | ( | void | ) | const [inline, virtual] |
Implements ns3::ObjectVectorChecker.
Definition at line 86 of file object-vector.h.
virtual std::string ns3::internal::AnObjectVectorChecker< T >::GetUnderlyingTypeInformation | ( | void | ) | const [inline, virtual] |
Implements ns3::AttributeChecker.
Definition at line 98 of file object-vector.h.
virtual std::string ns3::internal::AnObjectVectorChecker< T >::GetValueTypeName | ( | void | ) | const [inline, virtual] |
A typical return value here is FooValue where Foo is the name of the type being wrapped.
Implements ns3::AttributeChecker.
Definition at line 92 of file object-vector.h.
virtual bool ns3::internal::AnObjectVectorChecker< T >::HasUnderlyingTypeInformation | ( | void | ) | const [inline, virtual] |
If this method returns false, the return value of the GetUnderlyingTypeInformation method cannot be relied upon.
Implements ns3::AttributeChecker.
Definition at line 95 of file object-vector.h.