votca 2024.2-dev
|
This is the complete list of members for votca::xtp::CheckpointWriter, including all inherited members.
CheckpointWriter(const CptLoc &loc) | votca::xtp::CheckpointWriter | inline |
CheckpointWriter(const CptLoc &loc, const std::string &path) | votca::xtp::CheckpointWriter | inline |
loc_ | votca::xtp::CheckpointWriter | private |
openChild(const std::string &childName) const | votca::xtp::CheckpointWriter | inline |
openTable(const std::string &name, std::size_t nRows, bool compact=false) | votca::xtp::CheckpointWriter | inline |
operator()(const T &data, const std::string &name) const | votca::xtp::CheckpointWriter | inline |
operator()(const T &v, const std::string &name) const | votca::xtp::CheckpointWriter | inline |
operator()(const bool &v, const std::string &name) const | votca::xtp::CheckpointWriter | inline |
operator()(const std::string &v, const std::string &name) const | votca::xtp::CheckpointWriter | inline |
path_ | votca::xtp::CheckpointWriter | private |
WriteData(const CptLoc &loc, const Eigen::MatrixBase< T > &matrix, const std::string &name) const | votca::xtp::CheckpointWriter | inlineprivate |
WriteData(const CptLoc &loc, const std::vector< T > v, const std::string &name) const | votca::xtp::CheckpointWriter | inlineprivate |
WriteData(const CptLoc &loc, const std::vector< std::string > &v, const std::string &name) const | votca::xtp::CheckpointWriter | inlineprivate |
WriteData(const CptLoc &loc, const std::vector< Eigen::Vector3d > &v, const std::string &name) const | votca::xtp::CheckpointWriter | inlineprivate |
WriteData(const CptLoc &loc, const tools::EigenSystem &sys, const std::string &name) const | votca::xtp::CheckpointWriter | inlineprivate |
WriteData(const CptLoc &loc, const std::map< T1, std::vector< T2 > > map, const std::string &name) const | votca::xtp::CheckpointWriter | inlineprivate |
WriteScalar(const CptLoc &loc, const T &value, const std::string &name) const | votca::xtp::CheckpointWriter | inlineprivate |
WriteScalar(const CptLoc &loc, const std::string &value, const std::string &name) const | votca::xtp::CheckpointWriter | inlineprivate |