![]() |
PandaRoot
|
#include <RhoColumn.h>
Public Member Functions | |
RhoColumn (const char *l) | |
virtual | ~RhoColumn () |
const TString & | GetLabel () const |
TBranch * | GetBrPointer () |
void * | GetPointer () |
void | SetPointer (void *p) |
void | SetUseDefValue (Int_t b) |
const Int_t & | GetUseDefValue () const |
virtual void | SetDefValue ()=0 |
virtual void | SetValue (const void *, RhoColumn *cp=nullptr)=0 |
Protected Attributes | |
TString | fLabel |
Int_t | fUseDefValue |
void * | fPointer |
TBranch * | fBranch |
Definition at line 104 of file RhoColumn.h.
|
inline |
Definition at line 106 of file RhoColumn.h.
|
inlinevirtual |
Definition at line 107 of file RhoColumn.h.
|
inline |
Definition at line 109 of file RhoColumn.h.
|
inline |
Definition at line 108 of file RhoColumn.h.
|
inline |
Definition at line 110 of file RhoColumn.h.
|
inline |
Definition at line 113 of file RhoColumn.h.
|
pure virtual |
|
inline |
Definition at line 111 of file RhoColumn.h.
|
inline |
Definition at line 112 of file RhoColumn.h.
|
pure virtual |
|
protected |
Definition at line 121 of file RhoColumn.h.
|
protected |
Definition at line 118 of file RhoColumn.h.
|
protected |
Definition at line 120 of file RhoColumn.h.
|
protected |
Definition at line 119 of file RhoColumn.h.