|
| ntuple (std::ostream &a_out, hid_t a_group, const std::string &a_name, unsigned int a_compress, size_t) |
|
| ntuple (std::ostream &a_out, hid_t a_group, const std::string &a_name) |
|
| ntuple (std::ostream &a_out, hid_t a_group, const std::string &a_name, const tools::ntuple_binding &a_bd) |
|
| ntuple (std::ostream &a_out, hid_t a_group, const tools::ntuple_booking &a_bkg, unsigned int a_compress, size_t a_basket_size) |
|
virtual | ~ntuple () |
|
bool | initialize (std::ostream &a_out, const tools::ntuple_binding &a_bd=tools::ntuple_binding()) |
|
const std::string & | title () const |
|
const std::vector< icol * > & | columns () const |
|
std::vector< icol * > & | columns () |
|
template<class T > |
column_ref< T > * | create_column_ref (const std::string &a_name, size_t a_basket_size, T &a_ref) |
|
template<class T > |
column< T > * | create_column (const std::string &a_name, size_t a_basket_size) |
|
column_string * | create_column_string (const std::string &a_name, size_t a_basket_size) |
|
template<class T > |
std_vector_column_ref< T > * | create_std_column_ref (const std::string &a_name, size_t a_basket_size, std::vector< T > &a_ref) |
|
template<class T > |
column_ref< T > * | find_column_ref (const std::string &a_name) |
|
template<class T > |
column< T > * | find_column (const std::string &a_name) |
|
template<class T > |
std_vector_column_ref< T > * | find_std_vector_column_ref (const std::string &a_name) |
|
template<class T > |
std_vector_column< T > * | find_std_vector_column (const std::string &a_name) |
|
column_string * | find_column_string (const std::string &a_name) |
|
bool | add_row () |
|
bool | get_row () |
|
bool | set_basket_size (size_t a_size) |
|
void | reset () |
|
| store (std::ostream &a_out, hid_t a_group, const std::string &a_name, bool a_write, unsigned int a_compress) |
|
virtual | ~store () |
|
std::ostream & | out () const |
|
bool | entries (tools::uint64 &a_entries) const |
|
pages * | create_pages (const std::string &a_name, const std::string &a_form) |
|
hid_t | group () const |
|
unsigned int | compress_level () const |
|