Given a reference, ref_ptr , H5R_GET_OBJ_TYPE3 retrieves the type of the referenced object in obj_type . The parameter rapl id is a reference access property list identifier for the reference. The access property list can be used to access external files that the reference points to (through a file access property list). The referenced object type, or the type of the referenced object, is the type of the object that the reference points to. When the function completes successfully, it returns one of the following valid object type values (defined in H5Opublic.h ): Object Type Value | Description |
---|
H5O_TYPE_GROUP | Object is a group | H5O_TYPE_DATASET | Object is a dataset | H5O_TYPE_NAMED_DATATYPE | Object is a named datatype |
|