38Group make_group(hid_t);
56 return details::get_plist<GroupCreateProps>(*
this, H5Gget_create_plist);
65 friend Group detail::make_group(hid_t);
68#if HIGHFIVE_HAS_FRIEND_DECLARATIONS
69 template <
typename Derivate>
70 friend class ::HighFive::NodeTraits;
77 return std::make_pair(eli.getEntries(), eli.getNameLength());
81inline Group make_group(hid_t hid) {
Definition H5Annotate_traits.hpp:18
Set hints as to how many links to expect and their average length.
Definition H5PropertyList.hpp:474
File class.
Definition H5File.hpp:25
Represents an hdf5 group.
Definition H5Group.hpp:46
Object()
Definition H5Object_misc.hpp:19
static const ObjectType type
Definition H5Group.hpp:48
GroupCreateProps getCreatePropertyList() const
Get the list of properties for creation of this group.
Definition H5Group.hpp:55
Group(Object &&o) noexcept
Definition H5Group.hpp:59
std::pair< unsigned int, unsigned int > getEstimatedLinkInfo() const
Definition H5Group.hpp:74
NodeTraits: Base class for Group and File.
Definition H5Node_traits.hpp:28
Definition H5Object.hpp:35
Object()
Definition H5Object_misc.hpp:19
Definition H5Path_traits.hpp:16
HDF5 property Lists.
Definition H5PropertyList.hpp:158
An HDF5 (object) reference type.
Definition H5Reference.hpp:33
Definition assert_compatible_spaces.hpp:15
ObjectType
Enum of the types of objects (H5O api)
Definition H5Object.hpp:24