This is the complete list of members for Checkpoint, including all inherited members.
Checkpoint(const std::string &filename, bool write, bool trunc=true) | Checkpoint | |
close() | Checkpoint | |
cread(const std::string &name, arma::cx_mat &mat) | Checkpoint | |
cwrite(const std::string &name, const arma::cx_mat &mat) | Checkpoint | |
exist(const std::string &name) | Checkpoint | |
file | Checkpoint | private |
filename | Checkpoint | private |
flush() | Checkpoint | |
is_open() const | Checkpoint | |
open() | Checkpoint | |
opend | Checkpoint | private |
read(const std::string &name, hbool_t &val) | Checkpoint | private |
read(const std::string &name, arma::mat &mat) | Checkpoint | |
read(const std::string &name, std::vector< double > &v) | Checkpoint | |
read(const std::string &name, std::vector< hsize_t > &v) | Checkpoint | |
read(BasisSet &basis) | Checkpoint | |
read(energy_t &en) | Checkpoint | |
read(const std::string &name, double &val) | Checkpoint | |
read(const std::string &name, int &val) | Checkpoint | |
read(const std::string &name, hsize_t &val) | Checkpoint | |
read(const std::string &name, bool &val) | Checkpoint | |
read(const std::string &name, std::string &val) | Checkpoint | |
remove(const std::string &name) | Checkpoint | |
write(const std::string &name, hbool_t val) | Checkpoint | private |
write(const std::string &name, const arma::mat &mat) | Checkpoint | |
write(const std::string &name, const std::vector< double > &v) | Checkpoint | |
write(const std::string &name, const std::vector< hsize_t > &v) | Checkpoint | |
write(const BasisSet &basis) | Checkpoint | |
write(const energy_t &en) | Checkpoint | |
write(const std::string &name, double val) | Checkpoint | |
write(const std::string &name, int val) | Checkpoint | |
write(const std::string &name, hsize_t val) | Checkpoint | |
write(const std::string &name, bool val) | Checkpoint | |
write(const std::string &name, const std::string &val) | Checkpoint | |
writemode | Checkpoint | private |
~Checkpoint() | Checkpoint |