15 #ifndef __H5DSetMemXferPropList_H 16 #define __H5DSetMemXferPropList_H 37 void setBuffer(
size_t size,
void* tconv,
void* bkg)
const;
40 size_t getBuffer(
void** tconv,
void** bkg)
const;
43 void setBtreeRatios(
double left,
double middle,
double right)
const;
46 void getBtreeRatios(
double& left,
double& middle,
double& right)
const;
49 void setDataTransform(
const char* expression)
const;
50 void setDataTransform(
const H5std_string& expression)
const;
53 ssize_t getDataTransform(
char* exp,
size_t buf_size=0)
const;
57 void setPreserve(
bool status)
const;
60 bool getPreserve()
const;
75 void setVlenMemManager()
const;
86 hsize_t getSmallDataBlockSize()
const;
89 void setHyperVectorSize(
size_t vector_size)
const;
93 size_t getHyperVectorSize()
const;
115 #ifndef DOXYGEN_SHOULD_SKIP_THIS 118 static void deleteConstants();
126 #endif // DOXYGEN_SHOULD_SKIP_THIS 131 #endif // __H5DSetMemXferPropList_H static DSetMemXferPropList * DEFAULT_
void *(* H5MM_allocate_t)(size_t size, void *alloc_info)
unsigned long long hsize_t
H5T_conv_ret_t(* H5T_conv_except_func_t)(H5T_conv_except_t except_type, hid_t src_id, hid_t dst_id, void *src_buf, void *dst_buf, void *user_data)
void(* H5MM_free_t)(void *mem, void *free_info)
virtual H5std_string fromClass() const
Returns this class name.
Class DSetCreatPropList inherits from PropList and provides wrappers for the HDF5 dataset memory and ...
static const DSetMemXferPropList & DEFAULT
Default dataset memory and transfer property list.
Class PropList provides operations for generic property lists.