17 #ifndef __H5AtomType_H
18 #define __H5AtomType_H
20 #ifndef H5_NO_NAMESPACE
34 H5T_order_t getOrder()
const;
35 H5T_order_t getOrder(
H5std_string& order_string )
const;
38 void setOrder( H5T_order_t order )
const;
42 int getOffset()
const;
45 void setOffset(
size_t offset )
const;
48 void getPad( H5T_pad_t& lsb, H5T_pad_t& msb )
const;
51 void setPad( H5T_pad_t lsb, H5T_pad_t msb )
const;
54 size_t getPrecision()
const;
57 void setPrecision(
size_t precision )
const;
60 void setSize(
size_t size )
const;
65 #ifndef DOXYGEN_SHOULD_SKIP_THIS
71 #endif // DOXYGEN_SHOULD_SKIP_THIS
74 #ifndef DOXYGEN_SHOULD_SKIP_THIS
80 #endif // DOXYGEN_SHOULD_SKIP_THIS
82 #ifndef H5_NO_NAMESPACE
85 #endif // __H5AtomType_H
#define H5std_string
Definition: H5Exception.h:29
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5AtomType.h:63
Class DataType provides generic operations on HDF5 datatypes.
Definition: H5DataType.h:34
Class AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType.
Definition: H5AtomType.h:31