HDF5 1.14.5
API Reference
|
Functions | |
herr_t | H5Tset_tag (hid_t type, const char *tag) |
Tags an opaque datatype. | |
char * | H5Tget_tag (hid_t type) |
Gets the tag associated with an opaque datatype. | |
char * H5Tget_tag | ( | hid_t | type | ) |
Gets the tag associated with an opaque datatype.
[in] | type | Datatype identifier of an opaque datatype |
H5Tget_tag() returns the tag associated with the opaque datatype type
.
Tags an opaque datatype.
[in] | type | Datatype identifier of an opaque datatype |
[in] | tag | Descriptive ASCII string with which the opaque datatype is to be tagged |
H5Tset_tag() tags an opaque datatype type
with a descriptive ASCII identifier, tag
.
tag
is intended to provide a concise description; the maximum size is hard-coded in the HDF5 library as 256 bytes (H5T_OPAQUE_TAG_MAX).