ns-3
ns3::AccessorHelper< T, U > Class Template Reference
Inheritance diagram for ns3::AccessorHelper< T, U >:
Collaboration diagram for ns3::AccessorHelper< T, U >:

List of all members.

Public Member Functions

virtual bool Set (ObjectBase *object, const AttributeValue &val) const
virtual bool Get (const ObjectBase *object, AttributeValue &val) const
- Public Member Functions inherited from ns3::AttributeAccessor
virtual bool HasGetter (void) const =0
virtual bool HasSetter (void) const =0
- Public Member Functions inherited from ns3::SimpleRefCount< AttributeAccessor >
 SimpleRefCount (const SimpleRefCount &o)
SimpleRefCountoperator= (const SimpleRefCount &o)
void Ref (void) const
void Unref (void) const
uint32_t GetReferenceCount (void) const

Member Function Documentation

template<typename T , typename U >
virtual bool ns3::AccessorHelper< T, U >::Get ( const ObjectBase object,
AttributeValue attribute 
) const
inlinevirtual
Parameters:
objectthe object instance to get the value from
attributea pointer to where the value should be set.
Returns:
true if the value could be read successfully, and stored in the input value, false otherwise.

This method expects that the caller has checked that the input value is valid with AttributeChecker::Check.

Implements ns3::AttributeAccessor.

template<typename T , typename U >
virtual bool ns3::AccessorHelper< T, U >::Set ( ObjectBase object,
const AttributeValue value 
) const
inlinevirtual
Parameters:
objectthe object instance to set the value in
valuethe value to set
Returns:
true if the value could be set successfully, false otherwise.

This method expects that the caller has checked that the input value is valid with AttributeChecker::Check.

Implements ns3::AttributeAccessor.


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