Definition at line 314 of file leaf.
◆ leaf_element() [1/2]
tools::rroot::leaf_element::leaf_element |
( |
std::ostream & |
a_out, |
|
|
ifac & |
a_fac |
|
) |
| |
|
inline |
Definition at line 356 of file leaf.
◆ ~leaf_element()
virtual tools::rroot::leaf_element::~leaf_element |
( |
| ) |
|
|
inlinevirtual |
Definition at line 358 of file leaf.
◆ leaf_element() [2/2]
tools::rroot::leaf_element::leaf_element |
( |
const leaf_element & |
a_from | ) |
|
|
inlineprotected |
Definition at line 360 of file leaf.
◆ cast() [1/2]
virtual void* tools::rroot::leaf_element::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
◆ cast() [2/2]
virtual void* tools::rroot::leaf_element::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
◆ copy()
virtual iro* tools::rroot::leaf_element::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::rroot::leaf_element::id_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 331 of file leaf.
◆ leaf_type()
int tools::rroot::leaf_element::leaf_type |
( |
| ) |
const |
|
inline |
Definition at line 365 of file leaf.
◆ num_elem()
virtual uint32 tools::rroot::leaf_element::num_elem |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
Definition at line 362 of file leaf.
◆ print_value()
virtual bool tools::rroot::leaf_element::print_value |
( |
std::ostream & |
, |
|
|
uint32 |
|
|
) |
| const |
|
inlinevirtual |
◆ read_buffer()
virtual bool tools::rroot::leaf_element::read_buffer |
( |
buffer & |
| ) |
|
|
inlinevirtual |
◆ s_class()
static const std::string& tools::rroot::leaf_element::s_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 320 of file leaf.
321 static const std::string s_v(
"tools::rroot::leaf_element");
◆ s_cls()
virtual const std::string& tools::rroot::leaf_element::s_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ stream()
virtual bool tools::rroot::leaf_element::stream |
( |
buffer & |
a_buffer | ) |
|
|
inlinevirtual |
Reimplemented from tools::rroot::base_leaf.
Definition at line 338 of file leaf.
341 if(!a_buffer.read_version(v,s,c))
return false;
343 if(!a_buffer.read(
fID))
return false;
344 if(!a_buffer.read(
fType))
return false;
345 if(!a_buffer.check_byte_count(s,c,s_store_class()))
return false;
◆ fID
int tools::rroot::leaf_element::fID |
|
protected |
Definition at line 367 of file leaf.
◆ fType
int tools::rroot::leaf_element::fType |
|
protected |
Definition at line 368 of file leaf.
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/leaf