|
| | ObjCreatPropList () |
| | Creates a file access property list. More...
|
| |
| void | setAttrPhaseChange (unsigned max_compact=8, unsigned min_dense=6) const |
| | Sets attribute storage phase change thresholds. More...
|
| |
| void | getAttrPhaseChange (unsigned &max_compact, unsigned &min_dense) const |
| | Gets attribute storage phase change thresholds. More...
|
| |
| void | setAttrCrtOrder (unsigned crt_order_flags) const |
| | Sets tracking and indexing of attribute creation order. More...
|
| |
| unsigned | getAttrCrtOrder () const |
| | Gets tracking and indexing settings for attribute creation order. More...
|
| |
| virtual H5std_string | fromClass () const |
| | Returns this class name. More...
|
| |
| | ObjCreatPropList (const ObjCreatPropList &original) |
| | Copy Constructor: makes a copy of the original. More...
|
| |
| | ObjCreatPropList (const hid_t plist_id) |
| | Creates a file access property list using the id of an existing one. More...
|
| |
| virtual | ~ObjCreatPropList () |
| | Noop destructor. More...
|
| |
| | PropList (const hid_t plist_id) |
| | Creates a property list using the id of an existing property. More...
|
| |
| PropList & | operator= (const PropList &rhs) |
| | Assignment operator. More...
|
| |
| bool | operator== (const PropList &rhs) const |
| | Compares this property list or class against the given list or class. More...
|
| |
| virtual void | close () |
| | Closes the property list if it is not a default one. More...
|
| |
| void | closeClass () const |
| | Close a property list class. More...
|
| |
| void | copy (const PropList &like_plist) |
| | Makes a copy of an existing property list. More...
|
| |
| void | copyProp (PropList &dest, const char *name) const |
| | Copies a property from this property list or class to another. More...
|
| |
| void | copyProp (PropList &dest, const H5std_string &name) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| void | copyProp (PropList &dest, PropList &src, const char *name) const |
| | Copies a property from one list or class to another - Obsolete. More...
|
| |
| void | copyProp (PropList &dest, PropList &src, const H5std_string &name) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. - Obsolete. More...
|
| |
| hid_t | getClass () const |
| | Returns the class of this property list, i.e. H5P_FILE_CREATE... More...
|
| |
| H5std_string | getClassName () const |
| | Return the name of a generic property list class. More...
|
| |
| PropList | getClassParent () const |
| | Returns the parent class of a generic property class. More...
|
| |
| size_t | getNumProps () const |
| | Returns the number of properties in this property list or class. More...
|
| |
| void | getProperty (const char *name, void *value) const |
| | Query the value of a property in a property list. More...
|
| |
| void | getProperty (const H5std_string &name, void *value) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| H5std_string | getProperty (const char *name) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| H5std_string | getProperty (const H5std_string &name) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| void | setProperty (const char *name, void *value) const |
| | Set a property's value in a property list. More...
|
| |
| void | setProperty (const char *name, const char *charptr) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| void | setProperty (const char *name, H5std_string &strg) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| void | setProperty (const H5std_string &name, void *value) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| void | setProperty (const H5std_string &name, H5std_string &strg) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| size_t | getPropSize (const char *name) const |
| | Query the size of a property in a property list or class. More...
|
| |
| size_t | getPropSize (const H5std_string &name) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| bool | isAClass (const PropList &prop_class) const |
| | Determines whether a property list is a certain class. More...
|
| |
| bool | propExist (const char *name) const |
| | Query the existance of a property in a property object. More...
|
| |
| bool | propExist (const H5std_string &name) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| void | removeProp (const char *name) const |
| | Removes a property from a property list. More...
|
| |
| void | removeProp (const H5std_string &name) const |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts. More...
|
| |
| | PropList () |
| | Default constructor: creates a stub property list object. More...
|
| |
| | PropList (const PropList &original) |
| | Copy constructor. More...
|
| |
| virtual hid_t | getId () const |
| | Get the id of this property list. More...
|
| |
| virtual | ~PropList () |
| | Properly terminates access to this property list. More...
|
| |
| void | incRefCount (const hid_t obj_id) const |
| | Increment reference counter for a given id. More...
|
| |
| void | incRefCount () const |
| | Increment reference counter for the id of this object. More...
|
| |
| void | decRefCount (const hid_t obj_id) const |
| | Decrement reference counter for a given id. More...
|
| |
| void | decRefCount () const |
| | Decrement reference counter for the id of this object. More...
|
| |
| int | getCounter (const hid_t obj_id) const |
| | Returns the reference counter for a given id. More...
|
| |
| int | getCounter () const |
| | Returns the reference counter for the id of this object. More...
|
| |
| H5I_type_t | getHDFObjType () const |
| | Returns the type of the object. It is an overloaded function of the above function. More...
|
| |
| IdComponent & | operator= (const IdComponent &rhs) |
| | Assignment operator. More...
|
| |
| void | setId (const hid_t new_id) |
| | Sets the identifier of this object to a new value. More...
|
| |
| | IdComponent (const hid_t h5_id) |
| | Creates an IdComponent object using the id of an existing object. - Obsolete, will be removed in 1.8.17. More...
|
| |
| virtual | ~IdComponent () |
| | Noop destructor. More...
|
| |