Definition at line 21 of file info.
◆ streamer_info() [1/2]
tools::wroot::streamer_info::streamer_info |
( |
const std::string & |
a_cls_store_name, |
|
|
int |
a_cls_vers, |
|
|
unsigned int |
a_cls_check_sum |
|
) |
| |
|
inline |
Definition at line 54 of file info.
55 :
fName(a_cls_store_name)
61 mem::increment(s_class().c_str());
◆ ~streamer_info()
virtual tools::wroot::streamer_info::~streamer_info |
( |
| ) |
|
|
inlinevirtual |
Definition at line 64 of file info.
66 mem::decrement(s_class().c_str());
◆ streamer_info() [2/2]
tools::wroot::streamer_info::streamer_info |
( |
const streamer_info & |
a_from | ) |
|
|
inlineprotected |
Definition at line 70 of file info.
79 mem::increment(s_class().c_str());
◆ add()
Definition at line 91 of file info.
◆ operator=()
Definition at line 82 of file info.
◆ out()
virtual void tools::wroot::streamer_info::out |
( |
std::ostream & |
a_out | ) |
const |
|
inlinevirtual |
Definition at line 47 of file info.
48 a_out <<
"streamer_info for class :"
◆ store_cls()
virtual const std::string& tools::wroot::streamer_info::store_cls |
( |
| ) |
const |
|
inlinevirtual |
Implements tools::wroot::ibo.
Definition at line 27 of file info.
28 static const std::string s_v(
"TStreamerInfo");
◆ stream()
virtual bool tools::wroot::streamer_info::stream |
( |
buffer & |
a_buffer | ) |
const |
|
inlinevirtual |
Implements tools::wroot::ibo.
Definition at line 31 of file info.
33 if(!a_buffer.write_version(2,c))
return false;
36 if(!a_buffer.write(
fCheckSum))
return false;
40 if(!a_buffer.write_object(
fElements))
return false;
42 if(!a_buffer.set_byte_count(c))
return false;
◆ fCheckSum
unsigned int tools::wroot::streamer_info::fCheckSum |
|
protected |
Definition at line 96 of file info.
◆ fElements
Definition at line 99 of file info.
◆ fName
std::string tools::wroot::streamer_info::fName |
|
protected |
Definition at line 93 of file info.
◆ fStreamedClassVersion
int tools::wroot::streamer_info::fStreamedClassVersion |
|
protected |
Definition at line 97 of file info.
◆ fTitle
std::string tools::wroot::streamer_info::fTitle |
|
protected |
Definition at line 94 of file info.
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/wroot/info