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 ()
 

Detailed Description

Test class for TracedValue callbacks.

See also
attribute_ValueClassTest

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

Member Typedef Documentation

◆ TracedValueCallback

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::ValueClassTest ( )
inline

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


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