14#ifndef H5FileCreatPropList_H
15#define H5FileCreatPropList_H
32#ifndef H5_NO_DEPRECATED_SYMBOLS
34 void getVersion(
unsigned &super,
unsigned &freelist,
unsigned &stab,
unsigned &shhdr)
const;
38 void setUserblock(hsize_t size)
const;
41 hsize_t getUserblock()
const;
45 void getSizes(
size_t &sizeof_addr,
size_t &sizeof_size)
const;
48 void setSizes(
size_t sizeof_addr = 4,
size_t sizeof_size = 4)
const;
52 void getSymk(
unsigned &int_nodes_k,
unsigned &leaf_nodes_k)
const;
55 void setSymk(
unsigned int_nodes_k,
unsigned leaf_nodes_k)
const;
58 unsigned getIstorek()
const;
62 void setIstorek(
unsigned ik)
const;
66 void setFileSpaceStrategy(H5F_fspace_strategy_t strategy, hbool_t persist, hsize_t threshold)
const;
69 void getFileSpaceStrategy(H5F_fspace_strategy_t &strategy, hbool_t &persist, hsize_t &threshold)
const;
72 void setFileSpacePagesize(hsize_t fsp_psize)
const;
76 hsize_t getFileSpacePagesize()
const;
82 return (
"FileCreatPropList");
95#ifndef DOXYGEN_SHOULD_SKIP_THIS
98 static void deleteConstants();
Class FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create propert...
Definition H5FcreatProp.h:24
virtual H5std_string fromClass() const
Returns this class name.
Definition H5FcreatProp.h:80
static const FileCreatPropList & DEFAULT
Default file creation property list.
Definition H5FcreatProp.h:27
Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list.
Definition H5PropList.h:24
Definition H5AbstractDs.cpp:33