A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::internal::APointerChecker< T > Class Template Reference

#include <pointer.h>

+ Inheritance diagram for ns3::internal::APointerChecker< T >:
+ Collaboration diagram for ns3::internal::APointerChecker< T >:

Private Member Functions

virtual bool Check (const AttributeValue &val) const
 
virtual bool Copy (const AttributeValue &source, AttributeValue &destination) const
 Copy the source to the destination. More...
 
virtual Ptr< AttributeValueCreate (void) const
 
virtual TypeId GetPointeeTypeId (void) const
 
virtual std::string GetUnderlyingTypeInformation (void) const
 
virtual std::string GetValueTypeName (void) const
 
virtual bool HasUnderlyingTypeInformation (void) const
 

Additional Inherited Members

- Public Member Functions inherited from ns3::AttributeChecker
 AttributeChecker ()
 
virtual ~AttributeChecker ()
 
Ptr< AttributeValueCreateValidValue (const AttributeValue &value) const
 Create a valid value from the argument value, or reinterpret the argument as a string. More...
 
- Public Member Functions inherited from ns3::SimpleRefCount< AttributeChecker >
 SimpleRefCount ()
 Constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 
- Static Public Member Functions inherited from ns3::SimpleRefCount< AttributeChecker >
static void Cleanup (void)
 Noop. More...
 

Detailed Description

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

Definition at line 84 of file pointer.h.

Member Function Documentation

template<typename T >
virtual bool ns3::internal::APointerChecker< T >::Check ( const AttributeValue value) const
inlineprivatevirtual
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 86 of file pointer.h.

References ns3::PointerValue::GetObject(), and ns3::PeekPointer().

+ Here is the call graph for this function:

template<typename T >
virtual bool ns3::internal::APointerChecker< T >::Copy ( const AttributeValue source,
AttributeValue destination 
) const
inlineprivatevirtual

Copy the source to the destination.

Parameters
sourcesource AttributeValue
destinationdestination AttributeValue
Returns
true if copy was successful

Implements ns3::AttributeChecker.

Definition at line 116 of file pointer.h.

template<typename T >
virtual Ptr<AttributeValue> ns3::internal::APointerChecker< T >::Create ( void  ) const
inlineprivatevirtual
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 113 of file pointer.h.

template<typename T >
virtual TypeId ns3::internal::APointerChecker< T >::GetPointeeTypeId ( void  ) const
inlineprivatevirtual

Implements ns3::PointerChecker.

Definition at line 126 of file pointer.h.

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

Implements ns3::AttributeChecker.

Definition at line 109 of file pointer.h.

References ns3::TypeId::GetName().

+ Here is the call graph for this function:

template<typename T >
virtual std::string ns3::internal::APointerChecker< T >::GetValueTypeName ( void  ) const
inlineprivatevirtual
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 103 of file pointer.h.

template<typename T >
virtual bool ns3::internal::APointerChecker< T >::HasUnderlyingTypeInformation ( void  ) const
inlineprivatevirtual
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 106 of file pointer.h.


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