|
ROOT 6.12/07 Reference Guide |
Definition at line 72 of file TDisplayItem.hxx.
Public Member Functions | |
| TOrdinaryDisplayItem (const T *addr) | |
| TOrdinaryDisplayItem (const TOrdinaryDisplayItem< T > &&rhs) | |
| virtual | ~TOrdinaryDisplayItem () |
| const 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 | |
| const 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 77 of file TDisplayItem.hxx.
|
inline |
Definition at line 78 of file TDisplayItem.hxx.
|
inlinevirtual |
Definition at line 79 of file TDisplayItem.hxx.
|
inline |
Definition at line 81 of file TDisplayItem.hxx.
|
protected |
Definition at line 74 of file TDisplayItem.hxx.