Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkDebugLeaksManager Class Reference

#include <vtkDebugLeaksManager.h>

List of all members.


Detailed Description

Manages the vtkDebugLeaks singleton.

Date
2002/07/01 22:05:23
Revision
1.2

vtkDebugLeaksManager should be included in any translation unit that will use vtkDebugLeaks or that implements the singleton pattern. It makes sure that the vtkDebugLeaks singleton is created before and destroyed after all other singletons in VTK.

Definition at line 33 of file vtkDebugLeaksManager.h.

Public Member Functions

 vtkDebugLeaksManager ()
 ~vtkDebugLeaksManager ()


Constructor & Destructor Documentation

vtkDebugLeaksManager::vtkDebugLeaksManager  ) 
 

vtkDebugLeaksManager::~vtkDebugLeaksManager  ) 
 


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