|
| LinkCreatPropList () |
| Creates a file access property list.
|
|
virtual H5std_string | fromClass () const |
| Returns this class name.
|
|
| LinkCreatPropList (const LinkCreatPropList &original) |
| Copy constructor: same HDF5 object as original.
|
|
| LinkCreatPropList (const hid_t plist_id) |
| Creates a file access property list using the id of an existing one.
|
|
void | setCreateIntermediateGroup (bool crt_intmd_group) const |
| Specifies in property list whether to create missing intermediate groups.
|
|
bool | getCreateIntermediateGroup () const |
| Determines whether property is set to enable creating missing intermediate groups.
|
|
void | setCharEncoding (H5T_cset_t encoding) const |
| Sets the character encoding of the string.
|
|
H5T_cset_t | getCharEncoding () const |
| Gets the character encoding of the string.
|
|
virtual | ~LinkCreatPropList () |
| Noop destructor.
|
|
| PropList (const hid_t plist_id) |
| Creates a property list using the id of an existing property.
|
|
PropList & | operator= (const PropList &rhs) |
| Assignment operator.
|
|
bool | operator== (const PropList &rhs) const |
| Compares this property list or class against the given list or class.
|
|
virtual void | close () |
| Closes the property list if it is not a default one.
|
|
void | closeClass () const |
| Close a property list class.
|
|
void | copy (const PropList &like_plist) |
| Makes a copy of an existing property list.
|
|
void | copyProp (PropList &dest, const char *name) const |
| Copies a property from this property list or class to another.
|
|
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.
|
|
void | copyProp (PropList &dest, PropList &src, const char *name) const |
| Copies a property from one list or class to another - Obsolete.
|
|
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.
|
|
hid_t | getClass () const |
| Returns the class of this property list, i.e. H5P_FILE_CREATE ...
|
|
H5std_string | getClassName () const |
| Return the name of a generic property list class.
|
|
PropList | getClassParent () const |
| Returns the parent class of a generic property class.
|
|
size_t | getNumProps () const |
| Returns the number of properties in this property list or class.
|
|
void | getProperty (const char *name, void *value) const |
| Query the value of a property in a property list.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
void | setProperty (const char *name, const void *value) const |
| Set a property's value in a property list.
|
|
void | setProperty (const char *name, const 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.
|
|
void | setProperty (const H5std_string &name, const void *value) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what arguments it accepts.
|
|
void | setProperty (const H5std_string &name, const 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.
|
|
void | setProperty (const char *name, void *value) const |
| Deprecated due to missing const in prototype. (1.10.1)
|
|
void | setProperty (const char *name, H5std_string &strg) const |
| Deprecated due to missing const in prototype. (1.10.1)
|
|
void | setProperty (const H5std_string &name, void *value) const |
| Deprecated due to missing const in prototype. (1.10.1)
|
|
void | setProperty (const H5std_string &name, H5std_string &strg) const |
| Deprecated due to missing const in prototype. (1.10.1)
|
|
size_t | getPropSize (const char *name) const |
| Query the size of a property in a property list or class.
|
|
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.
|
|
bool | isAClass (const PropList &prop_class) const |
| Determines whether a property list is a certain class.
|
|
bool | propExist (const char *name) const |
| Query the existence of a property in a property object.
|
|
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.
|
|
void | removeProp (const char *name) const |
| Removes a property from a property list.
|
|
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.
|
|
| PropList () |
| Default constructor: creates a stub property list object.
|
|
| PropList (const PropList &original) |
| Copy constructor: same HDF5 object as original.
|
|
virtual hid_t | getId () const |
| Get the id of this property list.
|
|
virtual | ~PropList () |
| Properly terminates access to this property list.
|
|
void | incRefCount (const hid_t obj_id) const |
| Increment reference counter for a given id.
|
|
void | incRefCount () const |
| Increment reference counter for the id of this object.
|
|
void | decRefCount (const hid_t obj_id) const |
| Decrement reference counter for a given id.
|
|
void | decRefCount () const |
| Decrement reference counter for the id of this object.
|
|
int | getCounter (const hid_t obj_id) const |
| Returns the reference counter for a given id.
|
|
int | getCounter () const |
| Returns the reference counter for the id of this object.
|
|
H5I_type_t | getHDFObjType () const |
| Returns the type of the object. It is an overloaded function of the above function.
|
|
IdComponent & | operator= (const IdComponent &rhs) |
| Assignment operator.
|
|
void | setId (const hid_t new_id) |
| Sets the identifier of this object to a new value.
|
|
virtual | ~IdComponent () |
| Noop destructor.
|
|