Definition at line 486 of file ntuple.
◆ column_string_ref() [1/2]
tools::hdf5::ntuple::column_string_ref::column_string_ref |
( |
store & |
a_store, |
|
|
pages & |
a_pages, |
|
|
bool |
a_write, |
|
|
const std::string & |
a_name, |
|
|
size_t |
, |
|
|
std::string & |
a_ref |
|
) |
| |
|
inline |
Definition at line 517 of file ntuple.
527 tools::mem::increment(s_class().c_str());
◆ ~column_string_ref()
virtual tools::hdf5::ntuple::column_string_ref::~column_string_ref |
( |
| ) |
|
|
inlinevirtual |
Definition at line 530 of file ntuple.
532 tools::mem::decrement(s_class().c_str());
◆ column_string_ref() [2/2]
tools::hdf5::ntuple::column_string_ref::column_string_ref |
( |
const column_string_ref & |
a_from | ) |
|
|
inlineprotected |
◆ add()
virtual bool tools::hdf5::ntuple::column_string_ref::add |
( |
| ) |
|
|
inlinevirtual |
◆ cast()
virtual void* tools::hdf5::ntuple::column_string_ref::cast |
( |
tools::cid |
a_class | ) |
const |
|
inlinevirtual |
◆ fetch_entry()
virtual bool tools::hdf5::ntuple::column_string_ref::fetch_entry |
( |
| ) |
|
|
inlinevirtual |
◆ id_class()
static tools::cid tools::hdf5::ntuple::column_string_ref::id_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 491 of file ntuple.
492 static const std::string s_v;
◆ id_cls()
virtual tools::cid tools::hdf5::ntuple::column_string_ref::id_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ name()
virtual const std::string& tools::hdf5::ntuple::column_string_ref::name |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
Definition at line 544 of file ntuple.
545 if(&a_from==
this)
return *
this;
◆ reset()
virtual void tools::hdf5::ntuple::column_string_ref::reset |
( |
| ) |
|
|
inlinevirtual |
◆ set_basket_size()
virtual bool tools::hdf5::ntuple::column_string_ref::set_basket_size |
( |
size_t |
| ) |
|
|
inlinevirtual |
◆ m_branch
pages& tools::hdf5::ntuple::column_string_ref::m_branch |
|
protected |
◆ m_name
std::string tools::hdf5::ntuple::column_string_ref::m_name |
|
protected |
◆ m_ref
std::string& tools::hdf5::ntuple::column_string_ref::m_ref |
|
protected |
◆ m_store
store& tools::hdf5::ntuple::column_string_ref::m_store |
|
protected |
◆ m_write
bool tools::hdf5::ntuple::column_string_ref::m_write |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/hdf5/ntuple