18#ifndef __H5LinkAccPropList_H
19#define __H5LinkAccPropList_H
37 virtual H5std_string
fromClass ()
const {
return(
"LinkAccPropList"); }
48 void setNumLinks(
size_t nlinks)
const;
51 size_t getNumLinks()
const;
56#ifndef DOXYGEN_SHOULD_SKIP_THIS
59 static void deleteConstants();
Class LinkAccPropList inherits from PropList and provides wrappers for the HDF5 file access property ...
Definition: H5LaccProp.h:28
static const LinkAccPropList & DEFAULT
Default file access property list.
Definition: H5LaccProp.h:31
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5LaccProp.h:37
Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list.
Definition: H5PropList.h:25
Definition: H5AbstractDs.cpp:34