Definition at line 12 of file tree_index.
◆ tree_index() [1/2]
tools::rroot::tree_index::tree_index |
( |
| ) |
|
|
inline |
◆ ~tree_index()
virtual tools::rroot::tree_index::~tree_index |
( |
| ) |
|
|
inlinevirtual |
◆ tree_index() [2/2]
tools::rroot::tree_index::tree_index |
( |
const tree_index & |
a_from | ) |
|
|
inlineprotected |
◆ cast() [1/2]
virtual void* tools::rroot::tree_index::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
◆ cast() [2/2]
virtual void* tools::rroot::tree_index::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
◆ copy()
virtual iro* tools::rroot::tree_index::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::rroot::tree_index::id_class |
( |
| ) |
|
|
inlinestatic |
◆ operator=()
◆ s_class()
static const std::string& tools::rroot::tree_index::s_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 18 of file tree_index.
19 static const std::string s_v(
"tools::rroot::tree_index");
◆ s_cls()
virtual const std::string& tools::rroot::tree_index::s_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ stream()
virtual bool tools::rroot::tree_index::stream |
( |
buffer & |
a_buffer | ) |
|
|
inlinevirtual |
Implements tools::rroot::iro.
Definition at line 36 of file tree_index.
37 uint32 startpos = a_buffer.length();
41 if(!a_buffer.read_version(v,s,c))
return false;
47 if(!a_buffer.read(ds))
return false;
49 if(!a_buffer.read(ds))
return false;
53 if(!a_buffer.read(m_n))
return false;
56 if(!dummy_array_stream<int64>(a_buffer,
int(m_n)))
return false;
57 if(!dummy_array_stream<int64>(a_buffer,
int(m_n)))
return false;
61 a_buffer.set_offset(startpos+c+
sizeof(
unsigned int));
63 if(!a_buffer.check_byte_count(s,c,s_store_class()))
return false;
◆ virtual_index_s_store_class()
static const std::string& tools::rroot::tree_index::virtual_index_s_store_class |
( |
| ) |
|
|
inlinestaticprotected |
Definition at line 85 of file tree_index.
86 static const std::string s_v(
"TVirtualIndex");
◆ virtual_index_stream()
bool tools::rroot::tree_index::virtual_index_stream |
( |
buffer & |
a_buffer | ) |
|
|
inlineprotected |
Definition at line 89 of file tree_index.
92 if(!a_buffer.read_version(v,s,c))
return false;
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/tree_index