VTK  9.3.20240418
Public Member Functions | List of all members
vtkDebugLeaksManager Class Reference

Manages the vtkDebugLeaks singleton. More...

#include <vtkDebugLeaksManager.h>

Public Member Functions

 vtkDebugLeaksManager ()
 
 ~vtkDebugLeaksManager ()
 

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.

Definition at line 20 of file vtkDebugLeaksManager.h.

Constructor & Destructor Documentation

◆ vtkDebugLeaksManager()

vtkDebugLeaksManager::vtkDebugLeaksManager ( )

◆ ~vtkDebugLeaksManager()

vtkDebugLeaksManager::~vtkDebugLeaksManager ( )

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