CMS 3D CMS Logo

List of all members | Static Public Member Functions
DDI::Finalize< I * > Struct Template Reference

#include <Store.h>

Static Public Member Functions

static void cleanup (I *ptr)
 

Detailed Description

template<typename I>
struct DDI::Finalize< I * >

Definition at line 124 of file Store.h.

Member Function Documentation

template<typename I >
static void DDI::Finalize< I * >::cleanup ( I *  ptr)
inlinestatic

Definition at line 126 of file Store.h.

Referenced by esMonitoring.FDJsonServer::handle_close().

126  {
127  delete ptr;
128  ptr = nullptr;
129  }