Definition at line 12 of file branch_object.
◆ branch_object() [1/2]
tools::rroot::branch_object::branch_object |
( |
std::ostream & |
a_out, |
|
|
ifac & |
a_fac |
|
) |
| |
|
inline |
◆ ~branch_object()
virtual tools::rroot::branch_object::~branch_object |
( |
| ) |
|
|
inlinevirtual |
◆ branch_object() [2/2]
tools::rroot::branch_object::branch_object |
( |
const branch_object & |
a_from | ) |
|
|
inlineprotected |
Definition at line 53 of file branch_object.
54 :iro(a_from),parent(a_from){}
◆ cast() [1/2]
virtual void* tools::rroot::branch_object::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
◆ cast() [2/2]
virtual void* tools::rroot::branch_object::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
◆ class_name()
const std::string& tools::rroot::branch_object::class_name |
( |
| ) |
const |
|
inline |
◆ id_class()
static cid tools::rroot::branch_object::id_class |
( |
| ) |
|
|
inlinestatic |
◆ operator=()
◆ s_class()
static const std::string& tools::rroot::branch_object::s_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 15 of file branch_object.
16 static const std::string s_v(
"tools::rroot::branch_object");
◆ s_cls()
virtual const std::string& tools::rroot::branch_object::s_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ stream()
virtual bool tools::rroot::branch_object::stream |
( |
buffer & |
a_buffer | ) |
|
|
inlinevirtual |
Reimplemented from tools::rroot::branch.
Definition at line 32 of file branch_object.
35 if(!a_buffer.read_version(v,s,c))
return false;
38 if(!a_buffer.check_byte_count(s,c,
"TBranchObject"))
return false;
◆ fClassName
std::string tools::rroot::branch_object::fClassName |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/branch_object