Definition at line 16 of file info.
◆ streamer_element() [1/2]
tools::rroot::streamer_element::streamer_element |
( |
| ) |
|
|
inline |
Definition at line 62 of file info.
67 mem::increment(
s_class().c_str());
◆ ~streamer_element()
virtual tools::rroot::streamer_element::~streamer_element |
( |
| ) |
|
|
inlinevirtual |
Definition at line 71 of file info.
73 mem::decrement(
s_class().c_str());
◆ streamer_element() [2/2]
tools::rroot::streamer_element::streamer_element |
( |
const streamer_element & |
a_from | ) |
|
|
inlineprotected |
Definition at line 77 of file info.
85 mem::increment(
s_class().c_str());
87 for(
int i=0;i<5;i++)
fMaxIndex[i] = a_from.fMaxIndex[i];
◆ cast() [1/2]
virtual void* tools::rroot::streamer_element::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::rroot::iro.
Definition at line 32 of file info.
33 if(
void* p = cmp_cast<streamer_element>(
this,a_class)) {
return p;}
◆ cast() [2/2]
virtual void* tools::rroot::streamer_element::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::rroot::iro.
Definition at line 28 of file info.
29 if(
void* p = cmp_cast<streamer_element>(
this,a_class))
return p;
◆ copy()
virtual iro* tools::rroot::streamer_element::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ fullName()
virtual void tools::rroot::streamer_element::fullName |
( |
std::string & |
a_s | ) |
const |
|
inlinevirtual |
Definition at line 102 of file info.
◆ id_class()
static cid tools::rroot::streamer_element::id_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 26 of file info.
◆ operator=()
Definition at line 89 of file info.
98 for(
int i=0;i<5;i++)
fMaxIndex[i] = a_from.fMaxIndex[i];
◆ out()
virtual void tools::rroot::streamer_element::out |
( |
std::ostream & |
aOut | ) |
const |
|
inlinevirtual |
Definition at line 53 of file info.
57 snpf(s,
sizeof(s),
" %-14s%-15s offset=%3d type=%2d %-20s",
59 aOut << s << std::endl;
◆ s_class()
static const std::string& tools::rroot::streamer_element::s_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 22 of file info.
23 static const std::string s_v(
"tools::rroot::streamer_element");
◆ s_cls()
virtual const std::string& tools::rroot::streamer_element::s_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ stream()
virtual bool tools::rroot::streamer_element::stream |
( |
buffer & |
a_buffer | ) |
|
|
inlinevirtual |
◆ type_name()
const std::string& tools::rroot::streamer_element::type_name |
( |
| ) |
const |
|
inline |
Definition at line 110 of file info.
◆ fArrayDim
int tools::rroot::streamer_element::fArrayDim |
|
protected |
Definition at line 118 of file info.
◆ fArrayLength
int tools::rroot::streamer_element::fArrayLength |
|
protected |
Definition at line 117 of file info.
◆ fMaxIndex
int tools::rroot::streamer_element::fMaxIndex[5] |
|
protected |
Definition at line 119 of file info.
◆ fName
std::string tools::rroot::streamer_element::fName |
|
protected |
Definition at line 112 of file info.
◆ fOffset
int tools::rroot::streamer_element::fOffset |
|
protected |
Definition at line 120 of file info.
◆ fSize
int tools::rroot::streamer_element::fSize |
|
protected |
Definition at line 116 of file info.
◆ fTitle
std::string tools::rroot::streamer_element::fTitle |
|
protected |
Definition at line 113 of file info.
◆ fType
int tools::rroot::streamer_element::fType |
|
protected |
Definition at line 115 of file info.
◆ fTypeName
std::string tools::rroot::streamer_element::fTypeName |
|
protected |
element offset in class
Definition at line 122 of file info.
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/info