15 #ifndef __H5LinkAccPropList_H 16 #define __H5LinkAccPropList_H 34 virtual H5std_string
fromClass ()
const {
return(
"LinkAccPropList"); }
45 void setNumLinks(
size_t nlinks)
const;
48 size_t getNumLinks()
const;
53 #ifndef DOXYGEN_SHOULD_SKIP_THIS 56 static void deleteConstants();
64 #endif // DOXYGEN_SHOULD_SKIP_THIS 69 #endif // __H5LinkAccPropList_H Definition: H5AbstractDs.cpp:34
Class LinkAccPropList inherits from PropList and provides wrappers for the HDF5 link access property ...
Definition: H5LaccProp.h:25
static const LinkAccPropList & DEFAULT
Default link access property list.
Definition: H5LaccProp.h:28
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5LaccProp.h:34
Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list...
Definition: H5PropList.h:25