|
| | std_vector_be_ref (std::ostream &a_out, bool a_byte_swap, uint32 a_compression, seek a_seek_directory, const std::string &a_name, const std::string &a_title, const std::vector< T > &a_ref, bool a_verbose) |
| |
| virtual | ~std_vector_be_ref () |
| |
| const std::vector< T > & | variable () const |
| |
| std::vector< T > & | variable () |
| |
| virtual const std::string & | store_cls () const |
| |
| virtual bool | stream (buffer &a_buffer) const |
| |
| | branch_element (std::ostream &a_out, bool a_byte_swap, uint32 a_compression, seek a_seek_directory, const std::string &a_name, const std::string &a_title, bool a_verbose) |
| |
| virtual | ~branch_element () |
| |
| leaf_element * | create_leaf_element (const std::string &a_name) |
| |
| | branch (std::ostream &a_out, bool a_byte_swap, uint32 a_compression, seek a_seek_directory, const std::string &a_name, const std::string &a_title, bool a_verbose) |
| |
| virtual | ~branch () |
| |
| const std::string & | name () const |
| |
| const std::string & | title () const |
| |
| uint64 | entries () const |
| |
| uint64 | tot_bytes () const |
| |
| void | set_tot_bytes (uint64 a_value) |
| |
| uint64 | zip_bytes () const |
| |
| void | set_zip_bytes (uint64 a_value) |
| |
| void | set_basket_size (uint32 a_size) |
| |
| uint32 | basket_size () const |
| |
| template<class T > |
| leaf_ref< T > * | create_leaf_ref (const std::string &a_name, const T &a_ref) |
| |
| leaf_string_ref * | create_leaf_string_ref (const std::string &a_name, const std::string &a_ref) |
| |
| template<class T > |
| leaf< T > * | create_leaf (const std::string &a_name) |
| |
| leaf_string * | create_leaf_string (const std::string &a_name) |
| |
| leaf_element * | create_leaf_element (const std::string &a_name, int a_id, int a_type) |
| |
| template<class T > |
| leaf_std_vector_ref< T > * | create_leaf_std_vector_ref (const std::string &a_name, base_leaf &a_leaf_count, const std::vector< T > &a_ref) |
| |
| const std::vector< base_leaf * > & | leaves () const |
| |
| void | reset () |
| |
| bool | fill (ifile &a_file, uint32 &a_nbytes, uint32 &a_add_bytes, uint32 &a_nout) |
| |
| bool | add_basket (ifile &a_file, basket &a_basket, uint32 &a_add_bytes, uint32 &a_nout) |
| | for parallelization : ///////////////////////////////////////////////// More...
|
| |
| bool | pfill (iadd_basket &a_badd, uint32 a_nev) |
| |
| bool | end_pfill (iadd_basket &a_badd) |
| |
| virtual | ~ibo () |
| |
template<class T>
class tools::wroot::std_vector_be_ref< T >
Definition at line 80 of file branch_element.