![]() |
Project
|
#include <TObjectWrapper.h>
Inherits TObject.
Public Member Functions | |
TObjectWrapper (T *obj) | |
TObjectWrapper () | |
void | setObj (T *obj) |
T * | getObj () const |
~TObjectWrapper () override=default | |
A wrapper class to easily promote any type to a TObject does not take ownership of wrapped object and should not be used in tight loops since construction expensive
Definition at line 41 of file TObjectWrapper.h.
|
inline |
Definition at line 44 of file TObjectWrapper.h.
|
inline |
Definition at line 58 of file TObjectWrapper.h.
|
overridedefault |
|
inline |
Definition at line 67 of file TObjectWrapper.h.
|
inline |
Definition at line 62 of file TObjectWrapper.h.