_hid | HighFive::Object | protected |
createAttribute(const std::string &attribute_name, const DataSpace &space, const DataType &type) | HighFive::AnnotateTraits< DataSet > | inline |
createAttribute(const std::string &attribute_name, const DataSpace &space) | HighFive::AnnotateTraits< DataSet > | inline |
createAttribute(const std::string &attribute_name, const T &data) | HighFive::AnnotateTraits< DataSet > | inline |
DataSet(Object &&o) noexcept | HighFive::DataSet | inlineprotected |
deleteAttribute(const std::string &attribute_name) | HighFive::AnnotateTraits< DataSet > | inline |
getAttribute(const std::string &attribute_name) const | HighFive::AnnotateTraits< DataSet > | inline |
getDataType() const | HighFive::DataSet | inline |
getDimensions() const | HighFive::DataSet | inline |
getElementCount() const | HighFive::DataSet | inline |
getId() const noexcept | HighFive::Object | inline |
getInfo() const | HighFive::Object | inline |
getMemSpace() const | HighFive::DataSet | inline |
getNumberAttributes() const | HighFive::AnnotateTraits< DataSet > | inline |
getOffset() const | HighFive::DataSet | inline |
getPath() const | HighFive::DataSet | inline |
getSpace() const | HighFive::DataSet | inline |
getStorageSize() const | HighFive::DataSet | inline |
getType() const | HighFive::Object | inline |
hasAttribute(const std::string &attr_name) const | HighFive::AnnotateTraits< DataSet > | inline |
isValid() const noexcept | HighFive::Object | inline |
listAttributeNames() const | HighFive::AnnotateTraits< DataSet > | inline |
NodeTraits class | HighFive::DataSet | friend |
Object() | HighFive::DataSet | inlineprotected |
Object(const Object &other) | HighFive::DataSet | inlineprotected |
Object(Object &&other) noexcept | HighFive::DataSet | inlineprotected |
Object(hid_t) | HighFive::DataSet | inlineexplicitprotected |
HighFive::Object::Object(const Object &other) | HighFive::Object | inlineprotected |
HighFive::Object::Object(Object &&other) noexcept | HighFive::Object | inlineprotected |
HighFive::Object::Object(hid_t) | HighFive::Object | inlineexplicitprotected |
operator=(const Object &other) | HighFive::Object | inlineprotected |
read(T &array) const | HighFive::SliceTraits< DataSet > | inline |
read(T *array, const DataType &dtype=DataType()) const | HighFive::SliceTraits< DataSet > | inline |
Reference class | HighFive::DataSet | friend |
resize(const std::vector< size_t > &dims) | HighFive::DataSet | inline |
select(const std::vector< size_t > &offset, const std::vector< size_t > &count, const std::vector< size_t > &stride=std::vector< size_t >()) const | HighFive::SliceTraits< DataSet > | inline |
select(const std::vector< size_t > &columns) const | HighFive::SliceTraits< DataSet > | inline |
select(const ElementSet &elements) const | HighFive::SliceTraits< DataSet > | inline |
type | HighFive::DataSet | static |
write(const T &buffer) | HighFive::SliceTraits< DataSet > | inline |
write_raw(const T *buffer, const DataType &dtype=DataType()) | HighFive::SliceTraits< DataSet > | inline |
~Object() | HighFive::Object | inline |