ATLAS Offline Software
Public Member Functions | List of all members
MuonCalib::DeleteObject Class Reference

#include <DeleteObject.h>

Collaboration diagram for MuonCalib::DeleteObject:

Public Member Functions

template<class T >
void operator() (const T *p)
 

Detailed Description

An operator to delete the object pointed by a pointer to a template class.

Definition at line 14 of file DeleteObject.h.

Member Function Documentation

◆ operator()()

template<class T >
void MuonCalib::DeleteObject::operator() ( const T *  p)
inline

Definition at line 16 of file DeleteObject.h.

16  {
17  delete p;
18  }

The documentation for this class was generated from the following file:
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743