Constants known by HDF5 library
names = H5ML.get_constant_names()
names = H5ML.get_constant_names()
returns
a list of known library constants, definitions, and enumerations.
When these names are supplied as actual parameters to HDF5 functions,
they are automatically be converted to the appropriate numeric value.
Function parameters.
names | An alphabetized cell array of character vectors containing the names. |