14#ifndef H5ObjCreatPropList_H
15#define H5ObjCreatPropList_H
33 void setAttrPhaseChange(
unsigned max_compact = 8,
unsigned min_dense = 6)
const;
36 void getAttrPhaseChange(
unsigned &max_compact,
unsigned &min_dense)
const;
39 void setAttrCrtOrder(
unsigned crt_order_flags)
const;
42 unsigned getAttrCrtOrder()
const;
48 return (
"ObjCreatPropList");
61#ifndef DOXYGEN_SHOULD_SKIP_THIS
64 static void deleteConstants();
Class ObjCreatPropList inherits from PropList and provides wrappers for the HDF5 object create proper...
Definition H5OcreatProp.h:24
static const ObjCreatPropList & DEFAULT
Default object creation property list.
Definition H5OcreatProp.h:27
virtual H5std_string fromClass() const
Returns this class name.
Definition H5OcreatProp.h:46
Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list.
Definition H5PropList.h:24
Definition H5AbstractDs.cpp:33