15 #ifndef __H5FileCreatPropList_H 16 #define __H5FileCreatPropList_H 34 void getVersion(
unsigned& super,
unsigned& freelist,
unsigned& stab,
unsigned& shhdr)
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 DOXYGEN_SHOULD_SKIP_THIS 79 static void deleteConstants();
87 #endif // DOXYGEN_SHOULD_SKIP_THIS 92 #endif // __H5FileCreatPropList_H
unsigned long long hsize_t
static const FileCreatPropList & DEFAULT
Default file creation property list.
virtual H5std_string fromClass() const
Returns this class name.
Class FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create propert...
static FileCreatPropList * DEFAULT_
Class PropList provides operations for generic property lists.