#include <G4HadTmpUtil.hh>
Public Member Functions | |
| template<class T> | |
| void | operator() (T *aT) |
Definition at line 55 of file G4HadTmpUtil.hh.
| void G4Delete::operator() | ( | T * | aT | ) | [inline] |
Definition at line 55 of file G4HadTmpUtil.hh.
00055 { template<class T> void operator() (T * aT) {delete aT;} };
1.4.7