HighFive 2.9.0
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
HighFive::EstimatedLinkInfo Class Reference

Set hints as to how many links to expect and their average length. More...

#include <H5PropertyList.hpp>

Inheritance diagram for HighFive::EstimatedLinkInfo:
Collaboration diagram for HighFive::EstimatedLinkInfo:

Public Member Functions

 EstimatedLinkInfo (unsigned entries, unsigned length)
 Create a property with the request parameters.
 
 EstimatedLinkInfo (const GroupCreateProps &gcpl)
 
unsigned getEntries () const
 The estimated number of links in a group.
 
unsigned getNameLength () const
 The estimated length of the names of links.
 

Detailed Description

Set hints as to how many links to expect and their average length.

Constructor & Destructor Documentation

◆ EstimatedLinkInfo() [1/2]

HighFive::EstimatedLinkInfo::EstimatedLinkInfo ( unsigned entries,
unsigned length )
inlineexplicit

Create a property with the request parameters.

Parameters
entriesThe estimated number of links in a group.
lengthThe estimated length of the names of links.

◆ EstimatedLinkInfo() [2/2]

HighFive::EstimatedLinkInfo::EstimatedLinkInfo ( const GroupCreateProps & gcpl)
inlineexplicit

Member Function Documentation

◆ getEntries()

unsigned HighFive::EstimatedLinkInfo::getEntries ( ) const
inline

The estimated number of links in a group.

◆ getNameLength()

unsigned HighFive::EstimatedLinkInfo::getNameLength ( ) const
inline

The estimated length of the names of links.


The documentation for this class was generated from the following files: