g4tools
5.4.0
|
Public Member Functions | |
virtual void * | cast (tools::cid a_class) const |
virtual tools::cid | id_cls () const |
column (store &a_store, pages &a_pages, bool a_write, const std::string &a_name, size_t a_basket_size) | |
virtual | ~column () |
bool | fill (const T &a_value) |
bool | get_entry (T &a_v) const |
Public Member Functions inherited from tools::hdf5::ntuple::column_ref< T > | |
virtual bool | add () |
virtual bool | fetch_entry () |
virtual void | reset () |
virtual const std::string & | name () const |
virtual bool | set_basket_size (size_t a_size) |
column_ref (store &a_store, pages &a_pages, bool a_write, const std::string &a_name, size_t a_basket_size, T &a_ref) | |
virtual | ~column_ref () |
Public Member Functions inherited from tools::hdf5::ntuple::icol | |
virtual | ~icol () |
Static Public Member Functions | |
static tools::cid | id_class () |
Static Public Member Functions inherited from tools::hdf5::ntuple::column_ref< T > | |
static tools::cid | id_class () |
Protected Member Functions | |
column (const column &a_from) | |
column & | operator= (const column &a_from) |
Protected Member Functions inherited from tools::hdf5::ntuple::column_ref< T > | |
column_ref (const column_ref &a_from) | |
column_ref & | operator= (const column_ref &a_from) |
Protected Attributes | |
T | m_tmp |
Protected Attributes inherited from tools::hdf5::ntuple::column_ref< T > | |
store & | m_store |
pages & | m_branch |
bool | m_write |
std::string | m_name |
T & | m_ref |
size_t | m_basket_size |
size_t | m_basket_pos |
size_t | m_basket_end |
T * | m_basket |
size_t | m_want_new_basket_size |
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
inlinevirtual |
Reimplemented from tools::hdf5::ntuple::column_ref< T >.
|
inline |
|
inline |
|
inlinestatic |
|
inlinevirtual |
|
inlineprotected |
|
protected |