HighFive 2.10.0
HighFive - Header-only C++ HDF5 interface
|
This is the complete list of members for HighFive::NodeTraits< Derivate >, including all inherited members.
createDataSet(const std::string &dataset_name, const DataSpace &space, const DataType &type, const DataSetCreateProps &createProps=DataSetCreateProps::Default(), const DataSetAccessProps &accessProps=DataSetAccessProps::Default(), bool parents=true) | HighFive::NodeTraits< Derivate > | inline |
createDataSet(const std::string &dataset_name, const DataSpace &space, const DataSetCreateProps &createProps=DataSetCreateProps::Default(), const DataSetAccessProps &accessProps=DataSetAccessProps::Default(), bool parents=true) | HighFive::NodeTraits< Derivate > | inline |
createDataSet(const std::string &dataset_name, const T &data, const DataSetCreateProps &createProps=DataSetCreateProps::Default(), const DataSetAccessProps &accessProps=DataSetAccessProps::Default(), bool parents=true) | HighFive::NodeTraits< Derivate > | inline |
createDataSet(const std::string &dataset_name, const deprecated::FixedLenStringArray< N > &data, const DataSetCreateProps &createProps=DataSetCreateProps::Default(), const DataSetAccessProps &accessProps=DataSetAccessProps::Default(), bool parents=true) | HighFive::NodeTraits< Derivate > | inline |
createExternalLink(const std::string &link_name, const std::string &h5_file, const std::string &obj_path, LinkCreateProps linkCreateProps=LinkCreateProps(), const LinkAccessProps &linkAccessProps=LinkAccessProps(), const bool parents=true) | HighFive::NodeTraits< Derivate > | inline |
createGroup(const std::string &group_name, bool parents=true) | HighFive::NodeTraits< Derivate > | inline |
createGroup(const std::string &group_name, const GroupCreateProps &createProps, bool parents=true) | HighFive::NodeTraits< Derivate > | inline |
createHardLink(const std::string &link_name, const T &target_obj, LinkCreateProps linkCreateProps=LinkCreateProps(), const LinkAccessProps &linkAccessProps=LinkAccessProps(), const bool parents=true) | HighFive::NodeTraits< Derivate > | inline |
createSoftLink(const std::string &linkName, const T &obj) | HighFive::NodeTraits< Derivate > | inline |
createSoftLink(const std::string &link_name, const std::string &obj_path, LinkCreateProps linkCreateProps=LinkCreateProps(), const LinkAccessProps &linkAccessProps=LinkAccessProps(), const bool parents=true) | HighFive::NodeTraits< Derivate > | inline |
exist(const std::string &node_name) const | HighFive::NodeTraits< Derivate > | inline |
getDataSet(const std::string &dataset_name, const DataSetAccessProps &accessProps=DataSetAccessProps::Default()) const | HighFive::NodeTraits< Derivate > | inline |
getDataType(const std::string &type_name, const DataTypeAccessProps &accessProps=DataTypeAccessProps::Default()) const | HighFive::NodeTraits< Derivate > | inline |
getGroup(const std::string &group_name) const | HighFive::NodeTraits< Derivate > | inline |
getLinkType(const std::string &node_name) const | HighFive::NodeTraits< Derivate > | inline |
getNumberObjects() const | HighFive::NodeTraits< Derivate > | inline |
getObjectName(size_t index) const | HighFive::NodeTraits< Derivate > | inline |
getObjectType(const std::string &node_name) const | HighFive::NodeTraits< Derivate > | inline |
listObjectNames(IndexType idx_type=IndexType::NAME) const | HighFive::NodeTraits< Derivate > | inline |
rename(const std::string &src_path, const std::string &dest_path, bool parents=true) const | HighFive::NodeTraits< Derivate > | inline |
unlink(const std::string &node_name) const | HighFive::NodeTraits< Derivate > | inline |