- H5P_CLOSE_CLASS — Closes an existing property list class
- H5P_COPY_PROP — Copies a property from one list or class to another
- H5P_CREATE_CLASS — Creates a new property list class
- H5P_EQUAL — Compares two property lists or classes for equality
- H5P_EXIST — Queries whether a property name exists in a property list or class
- H5P_GET — Queries the value of a property
- H5P_GET_CLASS_NAME — Retrieves the name of a class
- H5P_GET_CLASS_PARENT — Retrieves the parent class of a property class
- H5P_GET_NPROPS — Queries the number of properties in a property list or class
- H5P_GET_SIZE — Queries the size of a property value in bytes
- H5P_INSERT — Registers a temporary property with a property list
- H5P_ISA_CLASS — Determines whether a property list is a member of a class
- H5P_ITERATE — Iterates over properties in a property class or list
- H5P_REGISTER — Registers a permanent property with a property list class
- H5P_REMOVE — Removes a property from a property list
- H5P_SET — Sets a property list value
- H5P_UNREGISTER — Removes a property from a property list class
--- Last Modified: January 08, 2018 | 01:43 PM