A Discrete-Event Network Simulator
API
ValueClassTest Class Reference

Test class for TracedValue callbacks. More...

Public Types

typedef void(* TracedValueCallback) (const ValueClassTest oldValue, const ValueClassTest newValue)
 TracedValue callback signature for ValueClassTest. More...
 

Public Member Functions

 ValueClassTest ()
 

Private Attributes

int m_v
 

Detailed Description

Test class for TracedValue callbacks.

See also
attribute_ValueClassTest

Definition at line 44 of file attribute-test-suite.cc.

Member Typedef Documentation

typedef void(* ValueClassTest::TracedValueCallback) (const ValueClassTest oldValue, const ValueClassTest newValue)

TracedValue callback signature for ValueClassTest.

Parameters
[in]oldValueoriginal value of the traced variable
[in]newValuenew value of the traced variable

Definition at line 55 of file attribute-test-suite.cc.

Constructor & Destructor Documentation

ValueClassTest::ValueClassTest ( )
inline

Definition at line 47 of file attribute-test-suite.cc.

Member Data Documentation

int ValueClassTest::m_v
private

Definition at line 59 of file attribute-test-suite.cc.


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