![]() |
h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
|
This is the complete list of members for h5gt::Group, including all inherited members.
| ::h5gt::NodeTraits (defined in h5gt::Group) | h5gt::Group | friend |
| _getLinkInfo(const std::string &objPath) const | h5gt::Object | inlineprotected |
| _hid (defined in h5gt::Object) | h5gt::Object | protected |
| _unlink(const std::string &obj_name) const (defined in h5gt::Object) | h5gt::Object | inlineprotected |
| _unpackExternalLink(const std::string &objName, std::string &fileName_out) const (defined in h5gt::Object) | h5gt::Object | inlineprotected |
| _unpackSoftLink(const std::string &objName) const (defined in h5gt::Object) | h5gt::Object | inlineprotected |
| copy(const Group &obj, const std::string &objNewName, const ObjectCopyProps ©Props=ObjectCopyProps(), const LinkCreateProps &linkCreateProps=LinkCreateProps(), const GroupAccessProps &groupAccessProps=GroupAccessProps()) | h5gt::NodeTraits< Group > | |
| copy(const DataType &obj, const std::string &objNewName, const ObjectCopyProps ©Props=ObjectCopyProps(), const LinkCreateProps &linkCreateProps=LinkCreateProps(), const DataTypeAccessProps &dtypeAccessProps=DataTypeAccessProps()) | h5gt::NodeTraits< Group > | |
| createAttribute(const std::string &attr_name, const DataSpace &space, const DataType &type) | h5gt::AnnotateTraits< Group > | inline |
| createAttribute(const std::string &attr_name, const DataSpace &space) | h5gt::AnnotateTraits< Group > | inline |
| createAttribute(const std::string &attr_name, const T &data) | h5gt::AnnotateTraits< Group > | inline |
| createDataSet(const std::string &dataset_name, const DataSpace &space, const DataType &type, const LinkCreateProps &linkCreateProps=LinkCreateProps(), const DataSetCreateProps &dsetCreateProps=DataSetCreateProps(), const DataSetAccessProps &dsetAccessProps=DataSetAccessProps()) | h5gt::NodeTraits< Group > | inline |
| createDataSet(const std::string &dataset_name, const DataSpace &space, const LinkCreateProps &linkCreateProps=LinkCreateProps(), const DataSetCreateProps &dsetCreateProps=DataSetCreateProps(), const DataSetAccessProps &dsetAccessProps=DataSetAccessProps()) | h5gt::NodeTraits< Group > | inline |
| createDataSet(const std::string &dataset_name, const T &data, const LinkCreateProps &linkCreateProps=LinkCreateProps(), const DataSetCreateProps &dsetCreateProps=DataSetCreateProps(), const DataSetAccessProps &dsetAccessProps=DataSetAccessProps()) | h5gt::NodeTraits< Group > | inline |
| createGroup(const std::string &group_name, const LinkCreateProps &linkCreateProps=LinkCreateProps(), const GroupCreateProps &groupCreateProps=GroupCreateProps(), const GroupAccessProps &groupAccessProps=GroupAccessProps()) | h5gt::NodeTraits< Group > | inline |
| deleteAttribute(const std::string &attr_name) | h5gt::AnnotateTraits< Group > | inline |
| exist(const std::string &obj_name, const LinkAccessProps &linkAccessProps=LinkAccessProps(), bool raise_errors=false) const | h5gt::NodeTraits< Group > | inline |
| existAndResolved(const std::string &obj_name, const LinkAccessProps &linkAccessProps=LinkAccessProps(), bool raise_errors=false) const | h5gt::NodeTraits< Group > | inline |
| File (defined in h5gt::Group) | h5gt::Group | friend |
| flush(bool globalScope=true) | h5gt::Object | inline |
| FromId(const hid_t &id, const bool &increaseRefCount=false) (defined in h5gt::Group) | h5gt::Group | inlinestatic |
| getAttribute(const std::string &attr_name) const | h5gt::AnnotateTraits< Group > | inline |
| getDataSet(const std::string &dataset_name, const DataSetAccessProps &accessProps=DataSetAccessProps()) const | h5gt::NodeTraits< Group > | inline |
| getFileName() const (defined in h5gt::Object) | h5gt::Object | inline |
| getGroup(const std::string &group_name, const GroupAccessProps &groupAccessProps=GroupAccessProps()) const | h5gt::NodeTraits< Group > | inline |
| getId(const bool &increaseRefCount=false) const noexcept | h5gt::Object | inline |
| getIdRefCount() const noexcept (defined in h5gt::Object) | h5gt::Object | inline |
| getLinkInfo() const (defined in h5gt::Group) | h5gt::Group | inline |
| getLinkType(const std::string &obj_name, const LinkAccessProps &linkAccessProps=LinkAccessProps()) const | h5gt::NodeTraits< Group > | inline |
| getNumberAttributes() const | h5gt::AnnotateTraits< Group > | inline |
| getNumberObjects() const | h5gt::NodeTraits< Group > | inline |
| getObjectInfo() const | h5gt::Object | inline |
| getObjectName(size_t index, const LinkAccessProps &linkAccessProps=LinkAccessProps()) const | h5gt::NodeTraits< Group > | inline |
| getObjectType() const | h5gt::Group | inline |
| NodeTraits< Group >::getObjectType(const std::string &obj_name, const LinkAccessProps &accessProps=LinkAccessProps()) const | h5gt::NodeTraits< Group > | inline |
| getParent(const GroupAccessProps &groupAccessProps=GroupAccessProps()) const (defined in h5gt::Group) | h5gt::Group | inline |
| getPath() const | h5gt::Object | inline |
| Group(const Object &obj) (defined in h5gt::Group) | h5gt::Group | inlineprotected |
| Group(Object &&o) noexcept (defined in h5gt::Group) | h5gt::Group | inlineprotected |
| hasAttribute(const std::string &attr_name) const | h5gt::AnnotateTraits< Group > | inline |
| isValid() const noexcept | h5gt::Object | inline |
| listAttributeNames() const | h5gt::AnnotateTraits< Group > | inline |
| listObjectNames() const | h5gt::NodeTraits< Group > | inline |
| Object() (defined in h5gt::Group) | h5gt::Group | inlineprotected |
| Object(const Object &other) (defined in h5gt::Group) | h5gt::Group | inlineprotected |
| Object(Object &&other) noexcept (defined in h5gt::Group) | h5gt::Group | inlineprotected |
| Object(const hid_t &) (defined in h5gt::Group) | h5gt::Group | inlineexplicitprotected |
| Object(const hid_t &, const ObjectType &, const bool &) (defined in h5gt::Group) | h5gt::Group | inlineexplicitprotected |
| operator!=(const Group &other) const (defined in h5gt::Group) | h5gt::Group | inline |
| operator=(const Object &other) (defined in h5gt::Object) | h5gt::Object | inlineprotected |
| operator==(const Group &other) const | h5gt::Group | inline |
| h5gt::Object::operator==(const Object &other) const | h5gt::Object | inlineprotected |
| Reference (defined in h5gt::Group) | h5gt::Group | friend |
| rename(const std::string &dest_path, const LinkCreateProps &linkCreateProps=LinkCreateProps(), const LinkAccessProps &linkAccessProps=LinkAccessProps()) const | h5gt::Group | inline |
| NodeTraits< Group >::rename(const std::string &src_path, const std::string &dest_path, const LinkCreateProps &linkCreateProps=LinkCreateProps(), const LinkAccessProps &linkAccessProps=LinkAccessProps()) const | h5gt::NodeTraits< Group > | inline |
| resolved(const std::string &obj_name, const LinkAccessProps &linkAccessProps=LinkAccessProps(), bool raise_errors=false) const | h5gt::NodeTraits< Group > | inline |
| type (defined in h5gt::Group) | h5gt::Group | static |
| unlink() const (defined in h5gt::Group) | h5gt::Group | inline |
| NodeTraits< Group >::unlink(const std::string &obj_name, const LinkAccessProps &linkAccessProps=LinkAccessProps()) const | h5gt::NodeTraits< Group > | inline |
| unpackExternalLink(const std::string &objName, std::string &fileName_out) | h5gt::NodeTraits< Group > | inline |
| unpackSoftLink() const | h5gt::Group | inline |
| NodeTraits< Group >::unpackSoftLink(const std::string &objName) | h5gt::NodeTraits< Group > | inline |
| ~Object() (defined in h5gt::Object) | h5gt::Object | inline |