OpenMS  2.7.0
Public Member Functions | Private Attributes | List of all members
_Alloc_base< _Tp, _Alloc >::NoLeakAlloc Class Reference

#include <OpenMS/DATASTRUCTURES/KDTree.h>

Collaboration diagram for _Alloc_base< _Tp, _Alloc >::NoLeakAlloc:
[legend]

Public Member Functions

 NoLeakAlloc (_Alloc_base *b)
 
_Node_get ()
 
void disconnect ()
 
 ~NoLeakAlloc ()
 

Private Attributes

_Alloc_basebase
 
_Node_new_node
 

Constructor & Destructor Documentation

◆ NoLeakAlloc()

NoLeakAlloc ( _Alloc_base b)
inline

◆ ~NoLeakAlloc()

~NoLeakAlloc ( )
inline

Member Function Documentation

◆ disconnect()

void disconnect ( )
inline

◆ get()

_Node_* get ( )
inline

Member Data Documentation

◆ base

_Alloc_base* base
private

◆ new_node

_Node_* new_node
private