Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
Delete< T > Struct Template Reference

#include <G4Delete.hh>

Public Member Functions

void operator() (T *aT)
 

Detailed Description

template<class T>
struct Delete< T >

Definition at line 29 of file G4Delete.hh.

Member Function Documentation

template<class T >
void Delete< T >::operator() ( T *  aT)
inline

Definition at line 29 of file G4Delete.hh.

References Delete< T >::operator()().

Referenced by Delete< T >::operator()().

29 {void operator()(T * aT){delete aT;}};
void operator()(T *aT)
Definition: G4Delete.hh:29

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