#include <SimG4Core/Notification/interface/OwnIt.h>
Public Types | |
typedef OwnIt< T > | self |
Public Member Functions | |
T * | get () const |
self & | operator= (T *p) |
OwnIt (T *p=0) | |
void | reset () |
~OwnIt () | |
Private Attributes | |
T * | it |
if static get destrying at the end avoiding fake memory leaks...
Definition at line 8 of file OwnIt.h.
Definition at line 16 of file OwnIt.h.
References OwnIt< T >::it.
Referenced by OwnIt< T >::~OwnIt().
Definition at line 19 of file OwnIt.h.
Referenced by OwnIt< T >::get(), OwnIt< T >::operator=(), and OwnIt< T >::reset().