diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-19 04:40:37 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-19 04:40:37 (GMT) |
commit | 34731511da3f3064b0f6e6681516be7b34d0bfbf (patch) | |
tree | a2103d5311bb7c51e520916523900f7f00abd4cb /src/H5MMprivate.h | |
parent | c89e53431bff1fd584aabbe6d326df7d69361219 (diff) | |
download | hdf5-34731511da3f3064b0f6e6681516be7b34d0bfbf.zip hdf5-34731511da3f3064b0f6e6681516be7b34d0bfbf.tar.gz hdf5-34731511da3f3064b0f6e6681516be7b34d0bfbf.tar.bz2 |
Purpose: Add new C++ wrappers
Description:
Because H5Pset_file_space and H5Pget_file_space are deprecated, changed
to make wrappers for the new functions instead:
H5Ps/get_file_space_strategy
H5Ps/get_file_space_page_size
New wrappers in FileCreatPropList:
// Sets the strategy and the threshold value that the library will
// will employ in managing file space.
void setFileSpaceStrategy(H5F_fspace_strategy_t strategy, hbool_t persist, hsize_t threshold) const;
// Returns the strategy that the library uses in managing file space.
void getFileSpaceStrategy(H5F_fspace_strategy_t& strategy, hbool_t& persist, hsize_t& threshold) const;
// Sets the file space page size for paged aggregation.
void setFileSpacePagesize(hsize_t fsp_psize) const;
// Returns the threshold value that the library uses in tracking free
// space sections.
hsize_t getFileSpacePagesize() const;
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
Diffstat (limited to 'src/H5MMprivate.h')
0 files changed, 0 insertions, 0 deletions