Main Page | Directories | 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.

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.

Created by:
  • King, Brad
CVS contributions (if > 5%):
  • King, Brad (94%)
  • Cedilnik, Andy (5%)
CVS logs (CVSweb):
  • .h (/Common/vtkDebugLeaksManager.h)
  • .cxx (/Common/vtkDebugLeaksManager.cxx)

Definition at line 40 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: