17 #ifndef __H5FileCreatPropList_H
18 #define __H5FileCreatPropList_H
20 #ifndef H5_NO_NAMESPACE
34 void getVersion(
unsigned& super,
unsigned& freelist,
unsigned& stab,
unsigned& shhdr )
const;
37 void setUserblock( hsize_t size )
const;
40 hsize_t getUserblock()
const;
44 void getSizes(
size_t& sizeof_addr,
size_t& sizeof_size )
const;
47 void setSizes(
size_t sizeof_addr = 4,
size_t sizeof_size = 4 )
const;
51 void getSymk(
unsigned& int_nodes_k,
unsigned& leaf_nodes_k )
const;
54 void setSymk(
unsigned int_nodes_k,
unsigned leaf_nodes_k )
const;
57 unsigned getIstorek()
const;
61 void setIstorek(
unsigned ik )
const;
76 #ifndef H5_NO_NAMESPACE
79 #endif // __H5FileCreatPropList_H
Class PropList provides operations for generic property lists.
Definition: H5PropList.h:25
static const FileCreatPropList DEFAULT
Constant for default property.
Definition: H5FcreatProp.h:28
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5FcreatProp.h:64
Class FileCreatPropList represents the HDF5 file create property list.
Definition: H5FcreatProp.h:25
#define H5std_string
Definition: H5Exception.h:29