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 | 
Test class for TracedValue callbacks.
Definition at line 44 of file attribute-test-suite.cc.
| typedef void(* ValueClassTest::TracedValueCallback) (const ValueClassTest oldValue, const ValueClassTest newValue) | 
TracedValue callback signature for ValueClassTest.
| [in] | oldValue | original value of the traced variable | 
| [in] | newValue | new value of the traced variable | 
Definition at line 55 of file attribute-test-suite.cc.
      
  | 
  inline | 
Definition at line 47 of file attribute-test-suite.cc.
      
  | 
  private | 
Definition at line 59 of file attribute-test-suite.cc.