close() | itpp::it_file | virtual |
exists(const std::string &name) | itpp::it_file | |
file_magic | itpp::it_file_base | protectedstatic |
file_version | itpp::it_file_base | protectedstatic |
flush() | itpp::it_file | |
get_low_precision() const | itpp::it_file | inline |
info(std::string &name, std::string &type, std::string &desc, uint64_t &bytes) | itpp::it_ifile | |
it_file() | itpp::it_file | |
it_file(const std::string &filename, bool trunc=false) | itpp::it_file | explicit |
it_ifile() | itpp::it_ifile | |
it_ifile(const std::string &filename) | itpp::it_ifile | explicit |
it_manip typedef | itpp::it_file | |
low_level() | itpp::it_file | inline |
low_level_read(char &x) | itpp::it_ifile | |
low_level_read(uint64_t &x) | itpp::it_ifile | |
low_level_read(bool &x) | itpp::it_ifile | |
low_level_read(bin &x) | itpp::it_ifile | |
low_level_read(short &x) | itpp::it_ifile | |
low_level_read(int &x) | itpp::it_ifile | |
low_level_read(float &x) | itpp::it_ifile | |
low_level_read(double &x) | itpp::it_ifile | |
low_level_read(std::complex< float > &x) | itpp::it_ifile | |
low_level_read(std::complex< double > &x) | itpp::it_ifile | |
low_level_read(bvec &v) | itpp::it_ifile | |
low_level_read(svec &v) | itpp::it_ifile | |
low_level_read(ivec &v) | itpp::it_ifile | |
low_level_read(std::string &str) | itpp::it_ifile | |
low_level_read(bmat &m) | itpp::it_ifile | |
low_level_read(smat &m) | itpp::it_ifile | |
low_level_read(imat &m) | itpp::it_ifile | |
low_level_read(Array< bin > &v) | itpp::it_ifile | |
low_level_read(Array< short > &v) | itpp::it_ifile | |
low_level_read(Array< int > &v) | itpp::it_ifile | |
low_level_read(Array< float > &v) | itpp::it_ifile | |
low_level_read(Array< std::complex< float > > &v) | itpp::it_ifile | |
low_level_read_hi(vec &v) | itpp::it_ifile | |
low_level_read_hi(cvec &v) | itpp::it_ifile | |
low_level_read_hi(mat &m) | itpp::it_ifile | |
low_level_read_hi(cmat &m) | itpp::it_ifile | |
low_level_read_hi(Array< double > &v) | itpp::it_ifile | |
low_level_read_hi(Array< std::complex< double > > &v) | itpp::it_ifile | |
low_level_read_lo(vec &v) | itpp::it_ifile | |
low_level_read_lo(cvec &v) | itpp::it_ifile | |
low_level_read_lo(mat &m) | itpp::it_ifile | |
low_level_read_lo(cmat &m) | itpp::it_ifile | |
low_level_read_lo(Array< double > &v) | itpp::it_ifile | |
low_level_read_lo(Array< std::complex< double > > &v) | itpp::it_ifile | |
low_level_write(char x) | itpp::it_file | |
low_level_write(uint64_t x) | itpp::it_file | |
low_level_write(bool x) | itpp::it_file | |
low_level_write(bin x) | itpp::it_file | |
low_level_write(short x) | itpp::it_file | |
low_level_write(int x) | itpp::it_file | |
low_level_write(float x) | itpp::it_file | |
low_level_write(double x) | itpp::it_file | |
low_level_write(const std::complex< float > &x) | itpp::it_file | |
low_level_write(const std::complex< double > &x) | itpp::it_file | |
low_level_write(const bvec &v) | itpp::it_file | |
low_level_write(const svec &v) | itpp::it_file | |
low_level_write(const ivec &v) | itpp::it_file | |
low_level_write(const vec &v) | itpp::it_file | |
low_level_write(const cvec &v) | itpp::it_file | |
low_level_write(const std::string &str) | itpp::it_file | |
low_level_write(const bmat &m) | itpp::it_file | |
low_level_write(const smat &m) | itpp::it_file | |
low_level_write(const imat &m) | itpp::it_file | |
low_level_write(const mat &m) | itpp::it_file | |
low_level_write(const cmat &m) | itpp::it_file | |
low_level_write(const Array< bin > &v) | itpp::it_file | |
low_level_write(const Array< short > &v) | itpp::it_file | |
low_level_write(const Array< int > &v) | itpp::it_file | |
low_level_write(const Array< float > &v) | itpp::it_file | |
low_level_write(const Array< double > &v) | itpp::it_file | |
low_level_write(const Array< std::complex< float > > &v) | itpp::it_file | |
low_level_write(const Array< std::complex< double > > &v) | itpp::it_file | |
low_prec | itpp::it_file | protected |
next_desc() | itpp::it_file | inlineprotected |
next_name() | itpp::it_file | inlineprotected |
open(const std::string &filename, bool trunc=false) | itpp::it_file | |
itpp::it_ifile::open(const std::string &filename) | itpp::it_ifile | |
operator<<(it_manip func) | itpp::it_file | inline |
pack() | itpp::it_file | |
read_check_file_header() | itpp::it_ifile | |
read_data_header(it_file_base::data_header &h) | itpp::it_ifile | |
remove(const std::string &name) | itpp::it_file | |
remove() | itpp::it_file | protected |
s | itpp::it_ifile | protected |
seek(const std::string &name) | itpp::it_ifile | |
seek(int n) | itpp::it_ifile | |
set_low_precision(bool p=true) | itpp::it_file | inline |
set_next_name(const std::string &name, const std::string &description="") | itpp::it_file | inline |
write_data_header(const std::string &type, uint64_t size) | itpp::it_file | |
write_data_header(const std::string &type, const std::string &name, uint64_t size, const std::string &description="") | itpp::it_file | |
write_data_header_here(const data_header &h) | itpp::it_file | protected |
write_file_header() | itpp::it_file | |
~it_file() | itpp::it_file | inlinevirtual |
~it_ifile() | itpp::it_ifile | inlinevirtual |