A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::internal::AnObjectPtrContainerChecker< T > Class Template Reference
+ Inheritance diagram for ns3::internal::AnObjectPtrContainerChecker< T >:

Public Member Functions

virtual bool Check (const AttributeValue &value) const
 
virtual bool Copy (const AttributeValue &source, AttributeValue &destination) const
 
virtual Ptr< AttributeValueCreate (void) const
 
virtual TypeId GetItemTypeId (void) const
 
virtual std::string GetUnderlyingTypeInformation (void) const
 
virtual std::string GetValueTypeName (void) const
 
virtual bool HasUnderlyingTypeInformation (void) const
 
- Public Member Functions inherited from ns3::AttributeChecker
Ptr< AttributeValueCreateValidValue (const AttributeValue &value) const
 
- Public Member Functions inherited from ns3::SimpleRefCount< AttributeChecker >
 SimpleRefCount (const SimpleRefCount &o)
 
uint32_t GetReferenceCount (void) const
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 
void Ref (void) const
 
void Unref (void) const
 

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< AttributeChecker >
static void Cleanup (void)
 

Detailed Description

template<typename T>
class ns3::internal::AnObjectPtrContainerChecker< T >

Definition at line 99 of file object-ptr-container.h.

Member Function Documentation

template<typename T >
virtual bool ns3::internal::AnObjectPtrContainerChecker< T >::Check ( const AttributeValue value) const
inlinevirtual
Parameters
valuea pointer to the value to check
Returns
true if the input value is both of the right type and if its value is within the requested range. Returns false otherwise.

Implements ns3::AttributeChecker.

Definition at line 105 of file object-ptr-container.h.

template<typename T >
virtual Ptr<AttributeValue> ns3::internal::AnObjectPtrContainerChecker< T >::Create ( void  ) const
inlinevirtual
Returns
a new instance of an AttributeValue (wrapper in an Attribute instance) which matches the type of the underlying attribute.

This method is typically used to create a temporary variable prior to calling Attribute::DeserializeFromString.

Implements ns3::AttributeChecker.

Definition at line 117 of file object-ptr-container.h.

template<typename T >
virtual std::string ns3::internal::AnObjectPtrContainerChecker< T >::GetUnderlyingTypeInformation ( void  ) const
inlinevirtual
Returns
a human-readable representation of information about the underlying C++ type.

Implements ns3::AttributeChecker.

Definition at line 114 of file object-ptr-container.h.

template<typename T >
virtual std::string ns3::internal::AnObjectPtrContainerChecker< T >::GetValueTypeName ( void  ) const
inlinevirtual
Returns
the c++ fully-qualified typename of the subclass of the ns3::AttributeValue base class which is associated to this checker.

A typical return value here is FooValue where Foo is the name of the type being wrapped.

Implements ns3::AttributeChecker.

Definition at line 108 of file object-ptr-container.h.

template<typename T >
virtual bool ns3::internal::AnObjectPtrContainerChecker< T >::HasUnderlyingTypeInformation ( void  ) const
inlinevirtual
Returns
true if this checker has information about the underlying C++ type, false otherwise.

If this method returns false, the return value of the GetUnderlyingTypeInformation method cannot be relied upon.

Implements ns3::AttributeChecker.

Definition at line 111 of file object-ptr-container.h.


The documentation for this class was generated from the following file: