A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::CallbackValue Class Reference

AttributeValue form of a Callback. More...

#include <callback.h>

+ Inheritance diagram for ns3::CallbackValue:
+ Collaboration diagram for ns3::CallbackValue:

Public Member Functions

 CallbackValue ()
 Constructor. More...
 
 CallbackValue (const CallbackBase &base)
 Copy constructor. More...
 
virtual ~CallbackValue ()
 Destructor. More...
 
virtual Ptr< AttributeValueCopy (void) const
 
virtual bool DeserializeFromString (std::string value, Ptr< const AttributeChecker > checker)
 Deserialize from string (not implemented) More...
 
template<typename T >
bool GetAccessor (T &value) const
 Give value my callback, if type compatible. More...
 
virtual std::string SerializeToString (Ptr< const AttributeChecker > checker) const
 Serialize to string. More...
 
void Set (CallbackBase base)
 
- Public Member Functions inherited from ns3::AttributeValue
 AttributeValue ()
 
virtual ~AttributeValue ()
 
- Public Member Functions inherited from ns3::SimpleRefCount< AttributeValue >
 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...
 

Private Attributes

CallbackBase m_value
 the CallbackBase More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< AttributeValue >
static void Cleanup (void)
 Noop. More...
 

Detailed Description

AttributeValue form of a Callback.

Definition at line 1662 of file callback.h.

Constructor & Destructor Documentation

ns3::CallbackValue::CallbackValue ( )

Constructor.

Definition at line 8 of file callback.cc.

References NS_LOG_FUNCTION.

ns3::CallbackValue::CallbackValue ( const CallbackBase base)

Copy constructor.

Parameters
baseCallback to copy

Definition at line 13 of file callback.cc.

ns3::CallbackValue::~CallbackValue ( )
virtual

Destructor.

Definition at line 17 of file callback.cc.

References NS_LOG_FUNCTION.

Member Function Documentation

Ptr< AttributeValue > ns3::CallbackValue::Copy ( void  ) const
virtual
Returns
a copy of this CallBack

Implements ns3::AttributeValue.

Definition at line 29 of file callback.cc.

References m_value, and NS_LOG_FUNCTION.

bool ns3::CallbackValue::DeserializeFromString ( std::string  value,
Ptr< const AttributeChecker checker 
)
virtual

Deserialize from string (not implemented)

Parameters
valuesource string
checkerchecker to validate with
Returns
true if successful

Implements ns3::AttributeValue.

Definition at line 43 of file callback.cc.

References NS_LOG_FUNCTION.

template<typename T >
bool ns3::CallbackValue::GetAccessor ( T &  value) const

Give value my callback, if type compatible.

Parameters
valuedestination callback
Returns
true if successful

Definition at line 1712 of file callback.h.

References m_value.

std::string ns3::CallbackValue::SerializeToString ( Ptr< const AttributeChecker checker) const
virtual

Serialize to string.

Parameters
checkerthe checker to validate with
Returns
serialize this pimpl

Implements ns3::AttributeValue.

Definition at line 35 of file callback.cc.

References ns3::CallbackBase::GetImpl(), m_value, NS_LOG_FUNCTION, and ns3::PeekPointer().

+ Here is the call graph for this function:

void ns3::CallbackValue::Set ( CallbackBase  base)
Parameters
basethe Callbackbase to use

Definition at line 22 of file callback.cc.

References m_value, and NS_LOG_FUNCTION.

Member Data Documentation

CallbackBase ns3::CallbackValue::m_value
private

the CallbackBase

Definition at line 1701 of file callback.h.

Referenced by Copy(), GetAccessor(), SerializeToString(), and Set().


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