ROOT 6.12/07 Reference Guide |
Definition at line 87 of file TDisplayItem.hxx.
Public Member Functions | |
TUniqueDisplayItem (T *addr) | |
TUniqueDisplayItem (const TUniqueDisplayItem< T > &&rhs) | |
virtual | ~TUniqueDisplayItem () |
T * | GetSnapshot () const |
Public Member Functions inherited from ROOT::Experimental::TDisplayItem | |
TDisplayItem () | |
TDisplayItem (const TDisplayItem &rhs) | |
virtual | ~TDisplayItem () |
int | GetKind () const |
const char * | GetObjectID () const |
const char * | GetOption () |
void | SetKind (int kind) |
void | SetObjectID (const char *id) |
void | SetObjectIDAsPtr (void *ptr) |
void | SetOption (const char *opt) |
Protected Attributes | |
std::unique_ptr< T > | fSnapshot |
Protected Attributes inherited from ROOT::Experimental::TDisplayItem | |
int | fKind |
std::string | fObjectID |
std::string | fOption |
Additional Inherited Members | |
Static Public Member Functions inherited from ROOT::Experimental::TDisplayItem | |
static std::string | MakeIDFromPtr (void *ptr) |
#include <ROOT/TDisplayItem.hxx>
|
inline |
Definition at line 92 of file TDisplayItem.hxx.
|
inline |
Definition at line 93 of file TDisplayItem.hxx.
|
inlinevirtual |
Definition at line 94 of file TDisplayItem.hxx.
|
inline |
Definition at line 96 of file TDisplayItem.hxx.
|
protected |
Definition at line 89 of file TDisplayItem.hxx.