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

When are datasets allocated? More...

#include <H5PropertyList.hpp>

Inheritance diagram for HighFive::AllocationTime:
Collaboration diagram for HighFive::AllocationTime:

Public Member Functions

 AllocationTime (H5D_alloc_time_t alloc_time)
 
 AllocationTime (const DataSetCreateProps &dcpl)
 
H5D_alloc_time_t getAllocationTime ()
 

Detailed Description

When are datasets allocated?

The precise time of when HDF5 requests space to store the dataset can be configured. Please, consider the upstream documentation for H5Pset_alloc_time.

Constructor & Destructor Documentation

◆ AllocationTime() [1/2]

HighFive::AllocationTime::AllocationTime ( H5D_alloc_time_t alloc_time)
inlineexplicit

◆ AllocationTime() [2/2]

HighFive::AllocationTime::AllocationTime ( const DataSetCreateProps & dcpl)
inlineexplicit

Member Function Documentation

◆ getAllocationTime()

H5D_alloc_time_t HighFive::AllocationTime::getAllocationTime ( )
inline

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