This is the complete list of members for o2scl_hdf::hdf_file, including all inherited members.
close() | o2scl_hdf::hdf_file | |
close_group(hid_t group) | o2scl_hdf::hdf_file | inline |
compr_type | o2scl_hdf::hdf_file | |
current | o2scl_hdf::hdf_file | protected |
def_chunk(size_t n) | o2scl_hdf::hdf_file | inlineprotectedvirtual |
file | o2scl_hdf::hdf_file | protected |
file_list(int verbose) | o2scl_hdf::hdf_file | |
file_open | o2scl_hdf::hdf_file | protected |
find_object_by_name(std::string name, std::string &type, int verbose=0) | o2scl_hdf::hdf_file | |
find_object_by_pattern(std::string name, std::string &type, int verbose=0) | o2scl_hdf::hdf_file | |
find_object_by_type(std::string type, std::string &name, int verbose=0) | o2scl_hdf::hdf_file | |
get_current_id() | o2scl_hdf::hdf_file | |
get_file_id() | o2scl_hdf::hdf_file | |
get_szt(std::string name, size_t &u) | o2scl_hdf::hdf_file | |
get_szt_def(std::string name, size_t def, size_t &i) | o2scl_hdf::hdf_file | |
get_szt_ten(std::string name, o2scl::tensor< size_t, std::vector< size_t >, std::vector< size_t > > &t) | o2scl_hdf::hdf_file | |
get_szt_vec(std::string name, std::vector< size_t > &v) | o2scl_hdf::hdf_file | |
get_szt_vec_copy(std::string name, vec_size_t &v) | o2scl_hdf::hdf_file | inline |
getc(std::string name, char &c) | o2scl_hdf::hdf_file | |
getc_arr(std::string name, size_t n, char *c) | o2scl_hdf::hdf_file | |
getc_arr_alloc(std::string name, size_t &n, char *c) | o2scl_hdf::hdf_file | |
getc_def(std::string name, char def, char &c) | o2scl_hdf::hdf_file | |
getd(std::string name, double &d) | o2scl_hdf::hdf_file | |
getd_arr(std::string name, size_t n, double *d) | o2scl_hdf::hdf_file | |
getd_arr_alloc(std::string name, size_t &n, double *d) | o2scl_hdf::hdf_file | |
getd_arr_compr(std::string name, size_t n, double *d, int &compr) | o2scl_hdf::hdf_file | |
getd_def(std::string name, double def, double &d) | o2scl_hdf::hdf_file | |
getd_mat_copy(std::string name, ubmatrix &m) | o2scl_hdf::hdf_file | |
getd_mat_prealloc(std::string name, size_t n, size_t m, double *d) | o2scl_hdf::hdf_file | |
getd_ten(std::string name, o2scl::tensor< double, std::vector< double >, std::vector< size_t > > &t) | o2scl_hdf::hdf_file | |
getd_ten_copy(std::string name, o2scl::tensor< double, vec_t, vec_size_t > &t) | o2scl_hdf::hdf_file | inline |
getd_vec(std::string name, std::vector< double > &v) | o2scl_hdf::hdf_file | |
getd_vec_copy(std::string name, vec_t &v) | o2scl_hdf::hdf_file | inline |
getd_vec_prealloc(std::string name, size_t n, double *d) | o2scl_hdf::hdf_file | |
getf(std::string name, float &f) | o2scl_hdf::hdf_file | |
getf_arr(std::string name, size_t n, float *f) | o2scl_hdf::hdf_file | |
getf_arr_alloc(std::string name, size_t &n, float *f) | o2scl_hdf::hdf_file | |
getf_def(std::string name, float def, float &f) | o2scl_hdf::hdf_file | |
geti(std::string name, int &i) | o2scl_hdf::hdf_file | |
geti_arr(std::string name, size_t n, int *i) | o2scl_hdf::hdf_file | |
geti_arr_alloc(std::string name, size_t &n, int *i) | o2scl_hdf::hdf_file | |
geti_def(std::string name, int def, int &i) | o2scl_hdf::hdf_file | |
geti_mat_copy(std::string name, ubmatrix_int &m) | o2scl_hdf::hdf_file | |
geti_mat_prealloc(std::string name, size_t n, size_t m, int *i) | o2scl_hdf::hdf_file | |
geti_ten(std::string name, o2scl::tensor< int, std::vector< int >, std::vector< size_t > > &t) | o2scl_hdf::hdf_file | |
geti_ten_copy(std::string name, o2scl::tensor< int, vec_t, vec_size_t > &t) | o2scl_hdf::hdf_file | inline |
geti_vec(std::string name, std::vector< int > &v) | o2scl_hdf::hdf_file | |
geti_vec_copy(std::string name, vec_int_t &v) | o2scl_hdf::hdf_file | inline |
geti_vec_prealloc(std::string name, size_t n, int *i) | o2scl_hdf::hdf_file | |
gets(std::string name, std::string &s) | o2scl_hdf::hdf_file | |
gets_def(std::string name, std::string def, std::string &s) | o2scl_hdf::hdf_file | |
gets_def_fixed(std::string name, std::string def, std::string &s) | o2scl_hdf::hdf_file | |
gets_fixed(std::string name, std::string &s) | o2scl_hdf::hdf_file | |
gets_var(std::string name, std::string &s) | o2scl_hdf::hdf_file | |
gets_var_def(std::string name, std::string def, std::string &s) | o2scl_hdf::hdf_file | |
gets_vec(std::string name, std::vector< std::string > &s) | o2scl_hdf::hdf_file | |
has_write_access() | o2scl_hdf::hdf_file | inline |
hdf_file() (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | |
hdf_file(const hdf_file &) (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | private |
ip_filelist (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | static |
ip_name_from_type (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | static |
ip_type_from_name (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | static |
ip_type_from_pattern (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | static |
iterate_func(hid_t loc, const char *name, const H5L_info_t *inf, void *op_data) | o2scl_hdf::hdf_file | static |
min_compr_size | o2scl_hdf::hdf_file | |
open(std::string fname, bool write_access=false, bool err_on_fail=true) | o2scl_hdf::hdf_file | |
open_group(hid_t init_id, std::string path) | o2scl_hdf::hdf_file | |
open_group(std::string path) | o2scl_hdf::hdf_file | |
open_or_create(std::string fname) | o2scl_hdf::hdf_file | |
operator=(const hdf_file &) (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | private |
set_current_id(hid_t cur) | o2scl_hdf::hdf_file | |
set_szt(std::string name, size_t u) | o2scl_hdf::hdf_file | |
set_szt_arr(std::string name, size_t n, const size_t *u) | o2scl_hdf::hdf_file | |
set_szt_arr2d_copy(std::string name, size_t r, size_t c, const arr2d_t &a2d) | o2scl_hdf::hdf_file | inline |
set_szt_ten(std::string name, const o2scl::tensor< size_t, std::vector< size_t >, std::vector< size_t > > &t) | o2scl_hdf::hdf_file | |
set_szt_vec(std::string name, const std::vector< size_t > &v) | o2scl_hdf::hdf_file | |
set_szt_vec_copy(std::string name, const vec_size_t &v) | o2scl_hdf::hdf_file | inline |
setc(std::string name, char c) | o2scl_hdf::hdf_file | |
setc_arr(std::string name, size_t n, const char *c) | o2scl_hdf::hdf_file | |
setc_arr_fixed(std::string name, size_t n, const char *c) | o2scl_hdf::hdf_file | |
setd(std::string name, double d) | o2scl_hdf::hdf_file | |
setd_arr(std::string name, size_t n, const double *d) | o2scl_hdf::hdf_file | |
setd_arr2d_copy(std::string name, size_t r, size_t c, const arr2d_t &a2d) | o2scl_hdf::hdf_file | inline |
setd_arr_fixed(std::string name, size_t n, const double *c) | o2scl_hdf::hdf_file | |
setd_mat_copy(std::string name, const ubmatrix &m) | o2scl_hdf::hdf_file | |
setd_ten(std::string name, const o2scl::tensor< double, std::vector< double >, std::vector< size_t > > &t) | o2scl_hdf::hdf_file | |
setd_ten_copy(std::string name, const o2scl::tensor< double, std::vector< double >, std::vector< size_t > > &t) | o2scl_hdf::hdf_file | inline |
setd_vec(std::string name, const std::vector< double > &v) | o2scl_hdf::hdf_file | |
setd_vec_copy(std::string name, const vec_t &v) | o2scl_hdf::hdf_file | inline |
setf(std::string name, float f) | o2scl_hdf::hdf_file | |
setf_arr(std::string name, size_t n, const float *f) | o2scl_hdf::hdf_file | |
setf_arr_fixed(std::string name, size_t n, const float *f) | o2scl_hdf::hdf_file | |
seti(std::string name, int i) | o2scl_hdf::hdf_file | |
seti_arr(std::string name, size_t n, const int *i) | o2scl_hdf::hdf_file | |
seti_arr2d_copy(std::string name, size_t r, size_t c, const arr2d_t &a2d) | o2scl_hdf::hdf_file | inline |
seti_arr_fixed(std::string name, size_t n, const int *i) | o2scl_hdf::hdf_file | |
seti_mat_copy(std::string name, const ubmatrix_int &m) | o2scl_hdf::hdf_file | |
seti_ten(std::string name, const o2scl::tensor< int, std::vector< int >, std::vector< size_t > > &t) | o2scl_hdf::hdf_file | |
seti_ten_copy(std::string name, const o2scl::tensor< int, std::vector< int >, std::vector< size_t > > &t) | o2scl_hdf::hdf_file | inline |
seti_vec(std::string name, const std::vector< int > &v) | o2scl_hdf::hdf_file | |
seti_vec_copy(std::string name, vec_int_t &v) | o2scl_hdf::hdf_file | inline |
sets(std::string name, std::string s) | o2scl_hdf::hdf_file | |
sets_fixed(std::string name, std::string s) | o2scl_hdf::hdf_file | |
sets_vec(std::string name, const std::vector< std::string > &s) | o2scl_hdf::hdf_file | |
type_process(iterate_parms &ip, int mode, size_t ndims, hsize_t dims[100], hsize_t max_dims[100], std::string base_type, std::string name) | o2scl_hdf::hdf_file | static |
ubmatrix typedef (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | |
ubmatrix_int typedef (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | |
ubvector typedef (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | |
ubvector_int typedef (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | |
write_access | o2scl_hdf::hdf_file | protected |
~hdf_file() (defined in o2scl_hdf::hdf_file) | o2scl_hdf::hdf_file | virtual |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).