30 H5T_order_t getOrder()
const;
31 H5T_order_t getOrder(H5std_string &order_string)
const;
34 void setOrder(H5T_order_t order)
const;
38 int getOffset()
const;
41 void setOffset(
size_t offset)
const;
44 void getPad(H5T_pad_t &lsb, H5T_pad_t &msb)
const;
47 void setPad(H5T_pad_t lsb, H5T_pad_t msb)
const;
50 size_t getPrecision()
const;
53 void setPrecision(
size_t precision)
const;
56 void setSize(
size_t size)
const;
65#ifndef DOXYGEN_SHOULD_SKIP_THIS
74#ifndef DOXYGEN_SHOULD_SKIP_THIS
AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType.
Definition H5AtomType.h:27
virtual H5std_string fromClass() const
Returns this class name.
Definition H5AtomType.h:60
Class DataType provides generic operations on HDF5 datatypes.
Definition H5DataType.h:27
Definition H5AbstractDs.cpp:33