14#ifndef H5LinkCreatPropList_H
15#define H5LinkCreatPropList_H
36 return (
"LinkCreatPropList");
48 void setCreateIntermediateGroup(
bool crt_intmd_group)
const;
52 bool getCreateIntermediateGroup()
const;
55 void setCharEncoding(H5T_cset_t encoding)
const;
58 H5T_cset_t getCharEncoding()
const;
63#ifndef DOXYGEN_SHOULD_SKIP_THIS
66 static void deleteConstants();
Class LinkCreatPropList inherits from PropList and provides wrappers for the HDF5 link creation prope...
Definition H5LcreatProp.h:24
virtual H5std_string fromClass() const
Returns this class name.
Definition H5LcreatProp.h:34
static const LinkCreatPropList & DEFAULT
Default link creation property list.
Definition H5LcreatProp.h:27
Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list.
Definition H5PropList.h:24
Definition H5AbstractDs.cpp:33