15 #ifndef __H5EnumType_H 16 #define __H5EnumType_H 46 int getNmembers ()
const;
49 int getMemberIndex(
const char* name)
const;
53 void getMemberValue(
unsigned memb_no,
void *value)
const;
56 void insert(
const char* name,
void *value)
const;
57 void insert(
const H5std_string& name,
void *value)
const;
65 void valueOf(
const char* name,
void *value)
const;
66 void valueOf(
const H5std_string& name,
void *value)
const;
85 #endif // __H5EnumType_H
EnumType is a derivative of a DataType and operates on HDF5 enum datatypes.
IntType is a derivative of a DataType and operates on HDF5 integer datatype.
Class DataType provides generic operations on HDF5 datatypes.
H5Location is an abstract base class, providing a collection of wrappers of the C functions that take...
virtual H5std_string fromClass() const
Returns this class name.
Class DataSet operates on HDF5 datasets.