Class DSetAccPropList inherits from LinkAccPropList and provides wrappers for the HDF5 dataset access property functions. 
 
 | 
|   | DSetAccPropList () | 
|   | 
| void  | setChunkCache (size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0) const | 
|   | 
| void  | getChunkCache (size_t &rdcc_nslots, size_t &rdcc_nbytes, double &rdcc_w0) const | 
|   | 
| virtual H5std_string  | fromClass () const override | 
|   | Returns this class name.  More...
  | 
|   | 
|   | DSetAccPropList (const DSetAccPropList &orig) | 
|   | 
|   | DSetAccPropList (const hid_t plist_id) | 
|   | 
| virtual  | ~DSetAccPropList () override | 
|   | 
|   | LinkAccPropList () | 
|   | 
|   | LinkAccPropList (const LinkAccPropList &original) | 
|   | 
|   | LinkAccPropList (const hid_t plist_id) | 
|   | 
| void  | setNumLinks (size_t nlinks) const | 
|   | 
| size_t  | getNumLinks () const | 
|   | 
| virtual  | ~LinkAccPropList () override | 
|   | 
|   | PropList (const hid_t plist_id) | 
|   | 
| PropList &  | operator= (const PropList &rhs) | 
|   | 
| bool  | operator== (const PropList &rhs) const | 
|   | 
| virtual void  | close () override | 
|   | 
| void  | closeClass () const | 
|   | 
| void  | copy (const PropList &like_plist) | 
|   | 
| void  | copyProp (PropList &dest, const char *name) const | 
|   | 
| void  | copyProp (PropList &dest, const H5std_string &name) const | 
|   | 
| void  | copyProp (PropList &dest, PropList &src, const char *name) const | 
|   | 
| void  | copyProp (PropList &dest, PropList &src, const H5std_string &name) const | 
|   | 
| hid_t  | getClass () const | 
|   | 
| H5std_string  | getClassName () const | 
|   | 
| PropList  | getClassParent () const | 
|   | 
| size_t  | getNumProps () const | 
|   | 
| void  | getProperty (const char *name, void *value) const | 
|   | 
| void  | getProperty (const H5std_string &name, void *value) const | 
|   | 
| H5std_string  | getProperty (const char *name) const | 
|   | 
| H5std_string  | getProperty (const H5std_string &name) const | 
|   | 
| void  | setProperty (const char *name, const char *charptr) const | 
|   | 
| void  | setProperty (const char *name, const void *value) const | 
|   | 
| void  | setProperty (const char *name, const H5std_string &strg) const | 
|   | 
| void  | setProperty (const H5std_string &name, const void *value) const | 
|   | 
| void  | setProperty (const H5std_string &name, const H5std_string &strg) const | 
|   | 
| void  | setProperty (const char *name, void *value) const | 
|   | 
| void  | setProperty (const char *name, H5std_string &strg) const | 
|   | 
| void  | setProperty (const H5std_string &name, void *value) const | 
|   | 
| void  | setProperty (const H5std_string &name, H5std_string &strg) const | 
|   | 
| size_t  | getPropSize (const char *name) const | 
|   | 
| size_t  | getPropSize (const H5std_string &name) const | 
|   | 
| bool  | isAClass (const PropList &prop_class) const | 
|   | 
| bool  | propExist (const char *name) const | 
|   | Query the existence of a property in a property object.  More...
  | 
|   | 
| bool  | propExist (const H5std_string &name) const | 
|   | 
| void  | removeProp (const char *name) const | 
|   | 
| void  | removeProp (const H5std_string &name) const | 
|   | 
|   | PropList () | 
|   | 
|   | PropList (const PropList &original) | 
|   | 
| virtual hid_t  | getId () const override | 
|   | 
| virtual  | ~PropList () override | 
|   | 
| void  | incRefCount (const hid_t obj_id) const | 
|   | 
| void  | incRefCount () const | 
|   | 
| void  | decRefCount (const hid_t obj_id) const | 
|   | 
| void  | decRefCount () const | 
|   | 
| int  | getCounter (const hid_t obj_id) const | 
|   | 
| int  | getCounter () const | 
|   | 
| H5I_type_t  | getHDFObjType () const | 
|   | 
| IdComponent &  | operator= (const IdComponent &rhs) | 
|   | 
| void  | setId (const hid_t new_id) | 
|   | 
| H5std_string  | inMemFunc (const char *func_name) const | 
|   | 
| virtual  | ~IdComponent () | 
|   |