Public Member Functions

mitk::TestOperation Class Reference

Class to check that the destructor of object Operation is called and memory freed. More...

Inheritance diagram for mitk::TestOperation:
Inheritance graph
[legend]
Collaboration diagram for mitk::TestOperation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TestOperation (OperationType operationType)
virtual ~TestOperation ()

Detailed Description

Class to check that the destructor of object Operation is called and memory freed.

Definition at line 34 of file mitkVerboseLimitedLinearUndoTest.cpp.


Constructor & Destructor Documentation

mitk::TestOperation::TestOperation ( OperationType  operationType ) [inline]

Definition at line 37 of file mitkVerboseLimitedLinearUndoTest.cpp.

References g_GlobalCounter.

    : Operation(operationType)
  { 
    g_GlobalCounter++; 
  };
virtual mitk::TestOperation::~TestOperation (  ) [inline, virtual]

Definition at line 43 of file mitkVerboseLimitedLinearUndoTest.cpp.

References g_GlobalCounter.

  {
    g_GlobalCounter--;
  };

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines