MISR Toolkit  1.5.1
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Static Private Member Functions | Static Private Attributes
H5::PredType Class Reference

Class PredType holds the definition of all the HDF5 predefined datatypes. More...

#include <H5PredType.h>

Inheritance diagram for H5::PredType:
Inheritance graph
Collaboration diagram for H5::PredType:
Collaboration graph

Public Member Functions

virtual H5std_string fromClass () const
 Returns this class name. More...
 
PredTypeoperator= (const PredType &rhs)
 
 PredType (const PredType &original)
 
virtual ~PredType ()
 
void commit (H5Location &loc, const H5std_string &name)
 This dummy function do not inherit from DataType - it will throw a DataTypeIException if invoked. More...
 
void commit (H5Location &loc, const char *name)
 This dummy function do not inherit from DataType - it will throw a DataTypeIException if invoked. More...
 
bool committed ()
 This dummy function do not inherit from DataType - it will throw a DataTypeIException if invoked. More...
 
- Public Member Functions inherited from H5::AtomType
H5T_order_t getOrder () const
 
H5T_order_t getOrder (H5std_string &order_string) const
 
void setOrder (H5T_order_t order) const
 
int getOffset () const
 
void setOffset (size_t offset) const
 
void getPad (H5T_pad_t &lsb, H5T_pad_t &msb) const
 
void setPad (H5T_pad_t lsb, H5T_pad_t msb) const
 
size_t getPrecision () const
 
void setPrecision (size_t precision) const
 
void setSize (size_t size) const
 
 AtomType (const AtomType &original)
 
virtual ~AtomType ()
 
- Public Member Functions inherited from H5::DataType
 DataType (const H5T_class_t type_class, size_t size)
 
 DataType (const DataType &original)
 
 DataType (const PredType &pred_type)
 
 DataType (const H5Location &loc, const char *name)
 
 DataType (const H5Location &loc, const H5std_string &name)
 
 DataType (const H5Location &loc, const void *ref, H5R_type_t ref_type=H5R_OBJECT)
 
 DataType (const Attribute &attr, const void *ref, H5R_type_t ref_type=H5R_OBJECT)
 
virtual void close ()
 
void copy (const DataType &like_type)
 
void copy (const DataSet &dset)
 
virtual DataTypedecode () const
 
void encode ()
 
H5T_class_t getClass () const
 
void commit (const H5Location &loc, const char *name)
 
void commit (const H5Location &loc, const H5std_string &name)
 
bool committed () const
 
H5T_conv_t find (const DataType &dest, H5T_cdata_t **pcdata) const
 
void convert (const DataType &dest, size_t nelmts, void *buf, void *background, const PropList &plist=PropList::DEFAULT) const
 
DataTypeoperator= (const DataType &rhs)
 
bool operator== (const DataType &compared_type) const
 
void lock () const
 
size_t getSize () const
 
DataType getSuper () const
 
void registerFunc (H5T_pers_t pers, const char *name, const DataType &dest, H5T_conv_t func) const
 
void registerFunc (H5T_pers_t pers, const H5std_string &name, const DataType &dest, H5T_conv_t func) const
 
void unregister (H5T_pers_t pers, const char *name, const DataType &dest, H5T_conv_t func) const
 
void unregister (H5T_pers_t pers, const H5std_string &name, const DataType &dest, H5T_conv_t func) const
 
void setTag (const char *tag) const
 
void setTag (const H5std_string &tag) const
 
H5std_string getTag () const
 
bool detectClass (H5T_class_t cls) const
 
bool isVariableStr () const
 
PropList getCreatePlist () const
 
virtual void throwException (const H5std_string &func_name, const H5std_string &msg) const
 
 DataType (const hid_t type_id)
 
 DataType ()
 
bool hasBinaryDesc () const
 
virtual hid_t getId () const
 Returns an identifier. (pure virtual) More...
 
virtual ~DataType ()
 
- Public Member Functions inherited from H5::H5Object
Attribute createAttribute (const char *name, const DataType &type, const DataSpace &space, const PropList &create_plist=PropList::DEFAULT) const
 
Attribute createAttribute (const H5std_string &name, const DataType &type, const DataSpace &space, const PropList &create_plist=PropList::DEFAULT) const
 
Attribute openAttribute (const char *name) const
 
Attribute openAttribute (const H5std_string &name) const
 
Attribute openAttribute (const unsigned int idx) const
 
int getNumAttrs () const
 
bool attrExists (const char *name) const
 
bool attrExists (const H5std_string &name) const
 
void renameAttr (const char *oldname, const char *newname) const
 
void renameAttr (const H5std_string &oldname, const H5std_string &newname) const
 
void removeAttr (const char *name) const
 
void removeAttr (const H5std_string &name) const
 
ssize_t getObjName (char *obj_name, size_t buf_size=0) const
 
ssize_t getObjName (H5std_string &obj_name, size_t len=0) const
 
H5std_string getObjName () const
 
virtual ~H5Object ()
 
- Public Member Functions inherited from H5::H5Location
int getNumAttrs () const
 
bool nameExists (const char *name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
bool nameExists (const H5std_string &name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void flush (H5F_scope_t scope) const
 
H5std_string getFileName () const
 
void getObjectInfo (H5O_info_t *oinfo) const
 
void getObjectInfo (const char *name, H5O_info_t *oinfo, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void getObjectInfo (const H5std_string &name, H5O_info_t *oinfo, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
H5G_obj_t getObjType (void *ref, H5R_type_t ref_type=H5R_OBJECT) const
 
H5O_type_t getRefObjType (void *ref, H5R_type_t ref_type=H5R_OBJECT) const
 
unsigned objVersion () const
 
void setComment (const char *name, const char *comment) const
 
void setComment (const H5std_string &name, const H5std_string &comment) const
 
void setComment (const char *comment) const
 
void setComment (const H5std_string &comment) const
 
ssize_t getComment (const char *name, size_t buf_size, char *comment) const
 
H5std_string getComment (const char *name, size_t buf_size=0) const
 
H5std_string getComment (const H5std_string &name, size_t buf_size=0) const
 
void removeComment (const char *name) const
 
void removeComment (const H5std_string &name) const
 
void reference (void *ref, const char *name, H5R_type_t ref_type=H5R_OBJECT) const
 
void reference (void *ref, const H5std_string &name, H5R_type_t ref_type=H5R_OBJECT) const
 
void reference (void *ref, const char *name, const DataSpace &dataspace, H5R_type_t ref_type=H5R_DATASET_REGION) const
 
void reference (void *ref, const H5std_string &name, const DataSpace &dataspace, H5R_type_t ref_type=H5R_DATASET_REGION) const
 
void dereference (const H5Location &loc, const void *ref, H5R_type_t ref_type=H5R_OBJECT)
 
void dereference (const Attribute &attr, const void *ref, H5R_type_t ref_type=H5R_OBJECT)
 
DataSpace getRegion (void *ref, H5R_type_t ref_type=H5R_DATASET_REGION) const
 
hid_t openObjId (const char *name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
hid_t openObjId (const H5std_string &name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void link (const char *target_name, const char *link_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void link (const H5std_string &target_name, const H5std_string &link_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void link (const char *curr_name, const H5Location &new_loc, const char *new_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void link (const H5std_string &curr_name, const H5Location &new_loc, const H5std_string &new_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void link (const char *curr_name, const hid_t same_loc, const char *new_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void link (const H5std_string &curr_name, const hid_t same_loc, const H5std_string &new_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void unlink (const char *link_name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void unlink (const H5std_string &link_name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void copyLink (const char *src_name, const H5Location &dst, const char *dst_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void copyLink (const H5std_string &src_name, const H5Location &dst, const H5std_string &dst_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void copyLink (const char *src_name, const char *dst_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void copyLink (const H5std_string &src_name, const H5std_string &dst_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void moveLink (const char *src_name, const H5Location &dst, const char *dst_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void moveLink (const H5std_string &src_name, const H5Location &dst, const H5std_string &dst_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void moveLink (const char *src_name, const char *dst_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
void moveLink (const H5std_string &src_name, const H5std_string &dst_name, const LinkCreatPropList &lcpl=LinkCreatPropList::DEFAULT, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
H5L_info_t getLinkInfo (const char *link_name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
H5L_info_t getLinkInfo (const H5std_string &link_name, const LinkAccPropList &lapl=LinkAccPropList::DEFAULT) const
 
H5std_string getLinkval (const char *link_name, size_t size=0) const
 
H5std_string getLinkval (const H5std_string &link_name, size_t size=0) const
 
virtual int iterateAttrs (attr_operator_t user_op, unsigned *idx=NULL, void *op_data=NULL)
 
- Public Member Functions inherited from H5::IdComponent
void incRefCount (const hid_t obj_id) const
 
void incRefCount () const
 
void decRefCount (const hid_t obj_id) const
 
void decRefCount () const
 
int getCounter (const hid_t obj_id) const
 
int getCounter () const
 
H5I_type_t getHDFObjType () const
 
IdComponentoperator= (const IdComponent &rhs)
 
void setId (const hid_t new_id)
 
H5std_string inMemFunc (const char *func_name) const
 
virtual ~IdComponent ()
 

Static Public Member Functions

static void deleteConstants ()
 
- Static Public Member Functions inherited from H5::H5Location
static void closeObjId (hid_t obj_id)
 
- Static Public Member Functions inherited from H5::IdComponent
static H5I_type_t getHDFObjType (const hid_t obj_id)
 
static bool isValid (hid_t an_id)
 

Static Public Attributes

static const PredTypeSTD_I8BE
 PredType constants. More...
 
static const PredTypeSTD_I8LE
 
static const PredTypeSTD_I16BE
 
static const PredTypeSTD_I16LE
 
static const PredTypeSTD_I32BE
 
static const PredTypeSTD_I32LE
 
static const PredTypeSTD_I64BE
 
static const PredTypeSTD_I64LE
 
static const PredTypeSTD_U8BE
 
static const PredTypeSTD_U8LE
 
static const PredTypeSTD_U16BE
 
static const PredTypeSTD_U16LE
 
static const PredTypeSTD_U32BE
 
static const PredTypeSTD_U32LE
 
static const PredTypeSTD_U64BE
 
static const PredTypeSTD_U64LE
 
static const PredTypeSTD_B8BE
 
static const PredTypeSTD_B8LE
 
static const PredTypeSTD_B16BE
 
static const PredTypeSTD_B16LE
 
static const PredTypeSTD_B32BE
 
static const PredTypeSTD_B32LE
 
static const PredTypeSTD_B64BE
 
static const PredTypeSTD_B64LE
 
static const PredTypeSTD_REF_OBJ
 
static const PredTypeSTD_REF_DSETREG
 
static const PredTypeC_S1
 
static const PredTypeFORTRAN_S1
 
static const PredTypeIEEE_F32BE
 
static const PredTypeIEEE_F32LE
 
static const PredTypeIEEE_F64BE
 
static const PredTypeIEEE_F64LE
 
static const PredTypeUNIX_D32BE
 
static const PredTypeUNIX_D32LE
 
static const PredTypeUNIX_D64BE
 
static const PredTypeUNIX_D64LE
 
static const PredTypeINTEL_I8
 
static const PredTypeINTEL_I16
 
static const PredTypeINTEL_I32
 
static const PredTypeINTEL_I64
 
static const PredTypeINTEL_U8
 
static const PredTypeINTEL_U16
 
static const PredTypeINTEL_U32
 
static const PredTypeINTEL_U64
 
static const PredTypeINTEL_B8
 
static const PredTypeINTEL_B16
 
static const PredTypeINTEL_B32
 
static const PredTypeINTEL_B64
 
static const PredTypeINTEL_F32
 
static const PredTypeINTEL_F64
 
static const PredTypeALPHA_I8
 
static const PredTypeALPHA_I16
 
static const PredTypeALPHA_I32
 
static const PredTypeALPHA_I64
 
static const PredTypeALPHA_U8
 
static const PredTypeALPHA_U16
 
static const PredTypeALPHA_U32
 
static const PredTypeALPHA_U64
 
static const PredTypeALPHA_B8
 
static const PredTypeALPHA_B16
 
static const PredTypeALPHA_B32
 
static const PredTypeALPHA_B64
 
static const PredTypeALPHA_F32
 
static const PredTypeALPHA_F64
 
static const PredTypeMIPS_I8
 
static const PredTypeMIPS_I16
 
static const PredTypeMIPS_I32
 
static const PredTypeMIPS_I64
 
static const PredTypeMIPS_U8
 
static const PredTypeMIPS_U16
 
static const PredTypeMIPS_U32
 
static const PredTypeMIPS_U64
 
static const PredTypeMIPS_B8
 
static const PredTypeMIPS_B16
 
static const PredTypeMIPS_B32
 
static const PredTypeMIPS_B64
 
static const PredTypeMIPS_F32
 
static const PredTypeMIPS_F64
 
static const PredTypeNATIVE_CHAR
 
static const PredTypeNATIVE_SCHAR
 
static const PredTypeNATIVE_UCHAR
 
static const PredTypeNATIVE_SHORT
 
static const PredTypeNATIVE_USHORT
 
static const PredTypeNATIVE_INT
 
static const PredTypeNATIVE_UINT
 
static const PredTypeNATIVE_LONG
 
static const PredTypeNATIVE_ULONG
 
static const PredTypeNATIVE_LLONG
 
static const PredTypeNATIVE_ULLONG
 
static const PredTypeNATIVE_FLOAT
 
static const PredTypeNATIVE_DOUBLE
 
static const PredTypeNATIVE_LDOUBLE
 
static const PredTypeNATIVE_B8
 
static const PredTypeNATIVE_B16
 
static const PredTypeNATIVE_B32
 
static const PredTypeNATIVE_B64
 
static const PredTypeNATIVE_OPAQUE
 
static const PredTypeNATIVE_HSIZE
 
static const PredTypeNATIVE_HSSIZE
 
static const PredTypeNATIVE_HERR
 
static const PredTypeNATIVE_HBOOL
 
static const PredTypeNATIVE_INT8
 
static const PredTypeNATIVE_UINT8
 
static const PredTypeNATIVE_INT16
 
static const PredTypeNATIVE_UINT16
 
static const PredTypeNATIVE_INT32
 
static const PredTypeNATIVE_UINT32
 
static const PredTypeNATIVE_INT64
 
static const PredTypeNATIVE_UINT64
 
static const PredTypePREDTYPE_CONST
 

Protected Member Functions

 PredType ()
 
 PredType (const hid_t predtype_id)
 
- Protected Member Functions inherited from H5::AtomType
 AtomType ()
 
 AtomType (const hid_t existing_id)
 
- Protected Member Functions inherited from H5::DataType
hid_t p_decode () const
 
virtual void p_setId (const hid_t new_id)
 
hid_t p_opentype (const H5Location &loc, const char *dtype_name) const
 
- Protected Member Functions inherited from H5::H5Object
 H5Object ()
 
- Protected Member Functions inherited from H5::H5Location
 H5Location ()
 
 H5Location (const hid_t loc_id)
 
void p_reference (void *ref, const char *name, hid_t space_id, H5R_type_t ref_type) const
 
hid_t p_dereference (hid_t loc_id, const void *ref, H5R_type_t ref_type, const char *from_func)
 
H5G_obj_t p_get_obj_type (void *ref, H5R_type_t ref_type) const
 
H5O_type_t p_get_ref_obj_type (void *ref, H5R_type_t ref_type) const
 
virtual ~H5Location ()
 
- Protected Member Functions inherited from H5::IdComponent
 IdComponent ()
 
H5std_string p_get_file_name () const
 

Static Private Member Functions

static PredTypegetPredTypes ()
 
static void makePredTypes ()
 

Static Private Attributes

static PredTypePREDTYPE_CONST_
 
static PredTypeSTD_I8BE_
 
static PredTypeSTD_I8LE_
 
static PredTypeSTD_I16BE_
 
static PredTypeSTD_I16LE_
 
static PredTypeSTD_I32BE_
 
static PredTypeSTD_I32LE_
 
static PredTypeSTD_I64BE_
 
static PredTypeSTD_I64LE_
 
static PredTypeSTD_U8BE_
 
static PredTypeSTD_U8LE_
 
static PredTypeSTD_U16BE_
 
static PredTypeSTD_U16LE_
 
static PredTypeSTD_U32BE_
 
static PredTypeSTD_U32LE_
 
static PredTypeSTD_U64BE_
 
static PredTypeSTD_U64LE_
 
static PredTypeSTD_B8BE_
 
static PredTypeSTD_B8LE_
 
static PredTypeSTD_B16BE_
 
static PredTypeSTD_B16LE_
 
static PredTypeSTD_B32BE_
 
static PredTypeSTD_B32LE_
 
static PredTypeSTD_B64BE_
 
static PredTypeSTD_B64LE_
 
static PredTypeSTD_REF_OBJ_
 
static PredTypeSTD_REF_DSETREG_
 
static PredTypeC_S1_
 
static PredTypeFORTRAN_S1_
 
static PredTypeIEEE_F32BE_
 
static PredTypeIEEE_F32LE_
 
static PredTypeIEEE_F64BE_
 
static PredTypeIEEE_F64LE_
 
static PredTypeUNIX_D32BE_
 
static PredTypeUNIX_D32LE_
 
static PredTypeUNIX_D64BE_
 
static PredTypeUNIX_D64LE_
 
static PredTypeINTEL_I8_
 
static PredTypeINTEL_I16_
 
static PredTypeINTEL_I32_
 
static PredTypeINTEL_I64_
 
static PredTypeINTEL_U8_
 
static PredTypeINTEL_U16_
 
static PredTypeINTEL_U32_
 
static PredTypeINTEL_U64_
 
static PredTypeINTEL_B8_
 
static PredTypeINTEL_B16_
 
static PredTypeINTEL_B32_
 
static PredTypeINTEL_B64_
 
static PredTypeINTEL_F32_
 
static PredTypeINTEL_F64_
 
static PredTypeALPHA_I8_
 
static PredTypeALPHA_I16_
 
static PredTypeALPHA_I32_
 
static PredTypeALPHA_I64_
 
static PredTypeALPHA_U8_
 
static PredTypeALPHA_U16_
 
static PredTypeALPHA_U32_
 
static PredTypeALPHA_U64_
 
static PredTypeALPHA_B8_
 
static PredTypeALPHA_B16_
 
static PredTypeALPHA_B32_
 
static PredTypeALPHA_B64_
 
static PredTypeALPHA_F32_
 
static PredTypeALPHA_F64_
 
static PredTypeMIPS_I8_
 
static PredTypeMIPS_I16_
 
static PredTypeMIPS_I32_
 
static PredTypeMIPS_I64_
 
static PredTypeMIPS_U8_
 
static PredTypeMIPS_U16_
 
static PredTypeMIPS_U32_
 
static PredTypeMIPS_U64_
 
static PredTypeMIPS_B8_
 
static PredTypeMIPS_B16_
 
static PredTypeMIPS_B32_
 
static PredTypeMIPS_B64_
 
static PredTypeMIPS_F32_
 
static PredTypeMIPS_F64_
 
static PredTypeNATIVE_CHAR_
 
static PredTypeNATIVE_SCHAR_
 
static PredTypeNATIVE_UCHAR_
 
static PredTypeNATIVE_SHORT_
 
static PredTypeNATIVE_USHORT_
 
static PredTypeNATIVE_INT_
 
static PredTypeNATIVE_UINT_
 
static PredTypeNATIVE_LONG_
 
static PredTypeNATIVE_ULONG_
 
static PredTypeNATIVE_LLONG_
 
static PredTypeNATIVE_ULLONG_
 
static PredTypeNATIVE_FLOAT_
 
static PredTypeNATIVE_DOUBLE_
 
static PredTypeNATIVE_LDOUBLE_
 
static PredTypeNATIVE_B8_
 
static PredTypeNATIVE_B16_
 
static PredTypeNATIVE_B32_
 
static PredTypeNATIVE_B64_
 
static PredTypeNATIVE_OPAQUE_
 
static PredTypeNATIVE_HSIZE_
 
static PredTypeNATIVE_HSSIZE_
 
static PredTypeNATIVE_HERR_
 
static PredTypeNATIVE_HBOOL_
 
static PredTypeNATIVE_INT8_
 
static PredTypeNATIVE_UINT8_
 
static PredTypeNATIVE_INT16_
 
static PredTypeNATIVE_UINT16_
 
static PredTypeNATIVE_INT32_
 
static PredTypeNATIVE_UINT32_
 
static PredTypeNATIVE_INT64_
 
static PredTypeNATIVE_UINT64_
 

Additional Inherited Members

- Static Protected Member Functions inherited from H5::IdComponent
static bool p_valid_id (const hid_t obj_id)
 
- Protected Attributes inherited from H5::DataType
hid_t id
 
- Static Protected Attributes inherited from H5::IdComponent
static bool H5dontAtexit_called
 

Detailed Description

Class PredType holds the definition of all the HDF5 predefined datatypes.

These types can only be made copy of, not created by H5Tcreate or closed by H5Tclose. They are treated as constants.

Definition at line 28 of file H5PredType.h.

Constructor & Destructor Documentation

◆ PredType() [1/3]

H5::PredType::PredType ( const PredType original)

◆ ~PredType()

virtual H5::PredType::~PredType ( )
virtual

◆ PredType() [2/3]

H5::PredType::PredType ( )
protected

◆ PredType() [3/3]

H5::PredType::PredType ( const hid_t  predtype_id)
protected

Member Function Documentation

◆ commit() [1/2]

void H5::PredType::commit ( H5Location loc,
const H5std_string name 
)

This dummy function do not inherit from DataType - it will throw a DataTypeIException if invoked.

◆ commit() [2/2]

void H5::PredType::commit ( H5Location loc,
const char *  name 
)

This dummy function do not inherit from DataType - it will throw a DataTypeIException if invoked.

◆ committed()

bool H5::PredType::committed ( )

This dummy function do not inherit from DataType - it will throw a DataTypeIException if invoked.

◆ deleteConstants()

static void H5::PredType::deleteConstants ( )
static

◆ fromClass()

virtual H5std_string H5::PredType::fromClass ( ) const
inlinevirtual

Returns this class name.

Reimplemented from H5::AtomType.

Definition at line 31 of file H5PredType.h.

◆ getPredTypes()

static PredType* H5::PredType::getPredTypes ( )
staticprivate

◆ makePredTypes()

static void H5::PredType::makePredTypes ( )
staticprivate

◆ operator=()

PredType& H5::PredType::operator= ( const PredType rhs)

Field Documentation

◆ ALPHA_B16

const PredType& H5::PredType::ALPHA_B16
static

Definition at line 121 of file H5PredType.h.

◆ ALPHA_B16_

PredType* H5::PredType::ALPHA_B16_
staticprivate

Definition at line 323 of file H5PredType.h.

◆ ALPHA_B32

const PredType& H5::PredType::ALPHA_B32
static

Definition at line 122 of file H5PredType.h.

◆ ALPHA_B32_

PredType* H5::PredType::ALPHA_B32_
staticprivate

Definition at line 324 of file H5PredType.h.

◆ ALPHA_B64

const PredType& H5::PredType::ALPHA_B64
static

Definition at line 123 of file H5PredType.h.

◆ ALPHA_B64_

PredType* H5::PredType::ALPHA_B64_
staticprivate

Definition at line 325 of file H5PredType.h.

◆ ALPHA_B8

const PredType& H5::PredType::ALPHA_B8
static

Definition at line 120 of file H5PredType.h.

◆ ALPHA_B8_

PredType* H5::PredType::ALPHA_B8_
staticprivate

Definition at line 322 of file H5PredType.h.

◆ ALPHA_F32

const PredType& H5::PredType::ALPHA_F32
static

Definition at line 124 of file H5PredType.h.

◆ ALPHA_F32_

PredType* H5::PredType::ALPHA_F32_
staticprivate

Definition at line 326 of file H5PredType.h.

◆ ALPHA_F64

const PredType& H5::PredType::ALPHA_F64
static

Definition at line 125 of file H5PredType.h.

◆ ALPHA_F64_

PredType* H5::PredType::ALPHA_F64_
staticprivate

Definition at line 327 of file H5PredType.h.

◆ ALPHA_I16

const PredType& H5::PredType::ALPHA_I16
static

Definition at line 113 of file H5PredType.h.

◆ ALPHA_I16_

PredType* H5::PredType::ALPHA_I16_
staticprivate

Definition at line 315 of file H5PredType.h.

◆ ALPHA_I32

const PredType& H5::PredType::ALPHA_I32
static

Definition at line 114 of file H5PredType.h.

◆ ALPHA_I32_

PredType* H5::PredType::ALPHA_I32_
staticprivate

Definition at line 316 of file H5PredType.h.

◆ ALPHA_I64

const PredType& H5::PredType::ALPHA_I64
static

Definition at line 115 of file H5PredType.h.

◆ ALPHA_I64_

PredType* H5::PredType::ALPHA_I64_
staticprivate

Definition at line 317 of file H5PredType.h.

◆ ALPHA_I8

const PredType& H5::PredType::ALPHA_I8
static

Definition at line 112 of file H5PredType.h.

◆ ALPHA_I8_

PredType* H5::PredType::ALPHA_I8_
staticprivate

Definition at line 314 of file H5PredType.h.

◆ ALPHA_U16

const PredType& H5::PredType::ALPHA_U16
static

Definition at line 117 of file H5PredType.h.

◆ ALPHA_U16_

PredType* H5::PredType::ALPHA_U16_
staticprivate

Definition at line 319 of file H5PredType.h.

◆ ALPHA_U32

const PredType& H5::PredType::ALPHA_U32
static

Definition at line 118 of file H5PredType.h.

◆ ALPHA_U32_

PredType* H5::PredType::ALPHA_U32_
staticprivate

Definition at line 320 of file H5PredType.h.

◆ ALPHA_U64

const PredType& H5::PredType::ALPHA_U64
static

Definition at line 119 of file H5PredType.h.

◆ ALPHA_U64_

PredType* H5::PredType::ALPHA_U64_
staticprivate

Definition at line 321 of file H5PredType.h.

◆ ALPHA_U8

const PredType& H5::PredType::ALPHA_U8
static

Definition at line 116 of file H5PredType.h.

◆ ALPHA_U8_

PredType* H5::PredType::ALPHA_U8_
staticprivate

Definition at line 318 of file H5PredType.h.

◆ C_S1

const PredType& H5::PredType::C_S1
static

Definition at line 84 of file H5PredType.h.

◆ C_S1_

PredType* H5::PredType::C_S1_
staticprivate

Definition at line 286 of file H5PredType.h.

◆ FORTRAN_S1

const PredType& H5::PredType::FORTRAN_S1
static

Definition at line 85 of file H5PredType.h.

◆ FORTRAN_S1_

PredType* H5::PredType::FORTRAN_S1_
staticprivate

Definition at line 287 of file H5PredType.h.

◆ IEEE_F32BE

const PredType& H5::PredType::IEEE_F32BE
static

Definition at line 87 of file H5PredType.h.

◆ IEEE_F32BE_

PredType* H5::PredType::IEEE_F32BE_
staticprivate

Definition at line 289 of file H5PredType.h.

◆ IEEE_F32LE

const PredType& H5::PredType::IEEE_F32LE
static

Definition at line 88 of file H5PredType.h.

◆ IEEE_F32LE_

PredType* H5::PredType::IEEE_F32LE_
staticprivate

Definition at line 290 of file H5PredType.h.

◆ IEEE_F64BE

const PredType& H5::PredType::IEEE_F64BE
static

Definition at line 89 of file H5PredType.h.

◆ IEEE_F64BE_

PredType* H5::PredType::IEEE_F64BE_
staticprivate

Definition at line 291 of file H5PredType.h.

◆ IEEE_F64LE

const PredType& H5::PredType::IEEE_F64LE
static

Definition at line 90 of file H5PredType.h.

◆ IEEE_F64LE_

PredType* H5::PredType::IEEE_F64LE_
staticprivate

Definition at line 292 of file H5PredType.h.

◆ INTEL_B16

const PredType& H5::PredType::INTEL_B16
static

Definition at line 106 of file H5PredType.h.

◆ INTEL_B16_

PredType* H5::PredType::INTEL_B16_
staticprivate

Definition at line 308 of file H5PredType.h.

◆ INTEL_B32

const PredType& H5::PredType::INTEL_B32
static

Definition at line 107 of file H5PredType.h.

◆ INTEL_B32_

PredType* H5::PredType::INTEL_B32_
staticprivate

Definition at line 309 of file H5PredType.h.

◆ INTEL_B64

const PredType& H5::PredType::INTEL_B64
static

Definition at line 108 of file H5PredType.h.

◆ INTEL_B64_

PredType* H5::PredType::INTEL_B64_
staticprivate

Definition at line 310 of file H5PredType.h.

◆ INTEL_B8

const PredType& H5::PredType::INTEL_B8
static

Definition at line 105 of file H5PredType.h.

◆ INTEL_B8_

PredType* H5::PredType::INTEL_B8_
staticprivate

Definition at line 307 of file H5PredType.h.

◆ INTEL_F32

const PredType& H5::PredType::INTEL_F32
static

Definition at line 109 of file H5PredType.h.

◆ INTEL_F32_

PredType* H5::PredType::INTEL_F32_
staticprivate

Definition at line 311 of file H5PredType.h.

◆ INTEL_F64

const PredType& H5::PredType::INTEL_F64
static

Definition at line 110 of file H5PredType.h.

◆ INTEL_F64_

PredType* H5::PredType::INTEL_F64_
staticprivate

Definition at line 312 of file H5PredType.h.

◆ INTEL_I16

const PredType& H5::PredType::INTEL_I16
static

Definition at line 98 of file H5PredType.h.

◆ INTEL_I16_

PredType* H5::PredType::INTEL_I16_
staticprivate

Definition at line 300 of file H5PredType.h.

◆ INTEL_I32

const PredType& H5::PredType::INTEL_I32
static

Definition at line 99 of file H5PredType.h.

◆ INTEL_I32_

PredType* H5::PredType::INTEL_I32_
staticprivate

Definition at line 301 of file H5PredType.h.

◆ INTEL_I64

const PredType& H5::PredType::INTEL_I64
static

Definition at line 100 of file H5PredType.h.

◆ INTEL_I64_

PredType* H5::PredType::INTEL_I64_
staticprivate

Definition at line 302 of file H5PredType.h.

◆ INTEL_I8

const PredType& H5::PredType::INTEL_I8
static

Definition at line 97 of file H5PredType.h.

◆ INTEL_I8_

PredType* H5::PredType::INTEL_I8_
staticprivate

Definition at line 299 of file H5PredType.h.

◆ INTEL_U16

const PredType& H5::PredType::INTEL_U16
static

Definition at line 102 of file H5PredType.h.

◆ INTEL_U16_

PredType* H5::PredType::INTEL_U16_
staticprivate

Definition at line 304 of file H5PredType.h.

◆ INTEL_U32

const PredType& H5::PredType::INTEL_U32
static

Definition at line 103 of file H5PredType.h.

◆ INTEL_U32_

PredType* H5::PredType::INTEL_U32_
staticprivate

Definition at line 305 of file H5PredType.h.

◆ INTEL_U64

const PredType& H5::PredType::INTEL_U64
static

Definition at line 104 of file H5PredType.h.

◆ INTEL_U64_

PredType* H5::PredType::INTEL_U64_
staticprivate

Definition at line 306 of file H5PredType.h.

◆ INTEL_U8

const PredType& H5::PredType::INTEL_U8
static

Definition at line 101 of file H5PredType.h.

◆ INTEL_U8_

PredType* H5::PredType::INTEL_U8_
staticprivate

Definition at line 303 of file H5PredType.h.

◆ MIPS_B16

const PredType& H5::PredType::MIPS_B16
static

Definition at line 136 of file H5PredType.h.

◆ MIPS_B16_

PredType* H5::PredType::MIPS_B16_
staticprivate

Definition at line 338 of file H5PredType.h.

◆ MIPS_B32

const PredType& H5::PredType::MIPS_B32
static

Definition at line 137 of file H5PredType.h.

◆ MIPS_B32_

PredType* H5::PredType::MIPS_B32_
staticprivate

Definition at line 339 of file H5PredType.h.

◆ MIPS_B64

const PredType& H5::PredType::MIPS_B64
static

Definition at line 138 of file H5PredType.h.

◆ MIPS_B64_

PredType* H5::PredType::MIPS_B64_
staticprivate

Definition at line 340 of file H5PredType.h.

◆ MIPS_B8

const PredType& H5::PredType::MIPS_B8
static

Definition at line 135 of file H5PredType.h.

◆ MIPS_B8_

PredType* H5::PredType::MIPS_B8_
staticprivate

Definition at line 337 of file H5PredType.h.

◆ MIPS_F32

const PredType& H5::PredType::MIPS_F32
static

Definition at line 139 of file H5PredType.h.

◆ MIPS_F32_

PredType* H5::PredType::MIPS_F32_
staticprivate

Definition at line 341 of file H5PredType.h.

◆ MIPS_F64

const PredType& H5::PredType::MIPS_F64
static

Definition at line 140 of file H5PredType.h.

◆ MIPS_F64_

PredType* H5::PredType::MIPS_F64_
staticprivate

Definition at line 342 of file H5PredType.h.

◆ MIPS_I16

const PredType& H5::PredType::MIPS_I16
static

Definition at line 128 of file H5PredType.h.

◆ MIPS_I16_

PredType* H5::PredType::MIPS_I16_
staticprivate

Definition at line 330 of file H5PredType.h.

◆ MIPS_I32

const PredType& H5::PredType::MIPS_I32
static

Definition at line 129 of file H5PredType.h.

◆ MIPS_I32_

PredType* H5::PredType::MIPS_I32_
staticprivate

Definition at line 331 of file H5PredType.h.

◆ MIPS_I64

const PredType& H5::PredType::MIPS_I64
static

Definition at line 130 of file H5PredType.h.

◆ MIPS_I64_

PredType* H5::PredType::MIPS_I64_
staticprivate

Definition at line 332 of file H5PredType.h.

◆ MIPS_I8

const PredType& H5::PredType::MIPS_I8
static

Definition at line 127 of file H5PredType.h.

◆ MIPS_I8_

PredType* H5::PredType::MIPS_I8_
staticprivate

Definition at line 329 of file H5PredType.h.

◆ MIPS_U16

const PredType& H5::PredType::MIPS_U16
static

Definition at line 132 of file H5PredType.h.

◆ MIPS_U16_

PredType* H5::PredType::MIPS_U16_
staticprivate

Definition at line 334 of file H5PredType.h.

◆ MIPS_U32

const PredType& H5::PredType::MIPS_U32
static

Definition at line 133 of file H5PredType.h.

◆ MIPS_U32_

PredType* H5::PredType::MIPS_U32_
staticprivate

Definition at line 335 of file H5PredType.h.

◆ MIPS_U64

const PredType& H5::PredType::MIPS_U64
static

Definition at line 134 of file H5PredType.h.

◆ MIPS_U64_

PredType* H5::PredType::MIPS_U64_
staticprivate

Definition at line 336 of file H5PredType.h.

◆ MIPS_U8

const PredType& H5::PredType::MIPS_U8
static

Definition at line 131 of file H5PredType.h.

◆ MIPS_U8_

PredType* H5::PredType::MIPS_U8_
staticprivate

Definition at line 333 of file H5PredType.h.

◆ NATIVE_B16

const PredType& H5::PredType::NATIVE_B16
static

Definition at line 157 of file H5PredType.h.

◆ NATIVE_B16_

PredType* H5::PredType::NATIVE_B16_
staticprivate

Definition at line 359 of file H5PredType.h.

◆ NATIVE_B32

const PredType& H5::PredType::NATIVE_B32
static

Definition at line 158 of file H5PredType.h.

◆ NATIVE_B32_

PredType* H5::PredType::NATIVE_B32_
staticprivate

Definition at line 360 of file H5PredType.h.

◆ NATIVE_B64

const PredType& H5::PredType::NATIVE_B64
static

Definition at line 159 of file H5PredType.h.

◆ NATIVE_B64_

PredType* H5::PredType::NATIVE_B64_
staticprivate

Definition at line 361 of file H5PredType.h.

◆ NATIVE_B8

const PredType& H5::PredType::NATIVE_B8
static

Definition at line 156 of file H5PredType.h.

◆ NATIVE_B8_

PredType* H5::PredType::NATIVE_B8_
staticprivate

Definition at line 358 of file H5PredType.h.

◆ NATIVE_CHAR

const PredType& H5::PredType::NATIVE_CHAR
static

Definition at line 142 of file H5PredType.h.

◆ NATIVE_CHAR_

PredType* H5::PredType::NATIVE_CHAR_
staticprivate

Definition at line 344 of file H5PredType.h.

◆ NATIVE_DOUBLE

const PredType& H5::PredType::NATIVE_DOUBLE
static

Definition at line 154 of file H5PredType.h.

◆ NATIVE_DOUBLE_

PredType* H5::PredType::NATIVE_DOUBLE_
staticprivate

Definition at line 356 of file H5PredType.h.

◆ NATIVE_FLOAT

const PredType& H5::PredType::NATIVE_FLOAT
static

Definition at line 153 of file H5PredType.h.

◆ NATIVE_FLOAT_

PredType* H5::PredType::NATIVE_FLOAT_
staticprivate

Definition at line 355 of file H5PredType.h.

◆ NATIVE_HBOOL

const PredType& H5::PredType::NATIVE_HBOOL
static

Definition at line 164 of file H5PredType.h.

◆ NATIVE_HBOOL_

PredType* H5::PredType::NATIVE_HBOOL_
staticprivate

Definition at line 366 of file H5PredType.h.

◆ NATIVE_HERR

const PredType& H5::PredType::NATIVE_HERR
static

Definition at line 163 of file H5PredType.h.

◆ NATIVE_HERR_

PredType* H5::PredType::NATIVE_HERR_
staticprivate

Definition at line 365 of file H5PredType.h.

◆ NATIVE_HSIZE

const PredType& H5::PredType::NATIVE_HSIZE
static

Definition at line 161 of file H5PredType.h.

◆ NATIVE_HSIZE_

PredType* H5::PredType::NATIVE_HSIZE_
staticprivate

Definition at line 363 of file H5PredType.h.

◆ NATIVE_HSSIZE

const PredType& H5::PredType::NATIVE_HSSIZE
static

Definition at line 162 of file H5PredType.h.

◆ NATIVE_HSSIZE_

PredType* H5::PredType::NATIVE_HSSIZE_
staticprivate

Definition at line 364 of file H5PredType.h.

◆ NATIVE_INT

const PredType& H5::PredType::NATIVE_INT
static

Definition at line 147 of file H5PredType.h.

◆ NATIVE_INT16

const PredType& H5::PredType::NATIVE_INT16
static

Definition at line 168 of file H5PredType.h.

◆ NATIVE_INT16_

PredType* H5::PredType::NATIVE_INT16_
staticprivate

Definition at line 370 of file H5PredType.h.

◆ NATIVE_INT32

const PredType& H5::PredType::NATIVE_INT32
static

Definition at line 170 of file H5PredType.h.

◆ NATIVE_INT32_

PredType* H5::PredType::NATIVE_INT32_
staticprivate

Definition at line 372 of file H5PredType.h.

◆ NATIVE_INT64

const PredType& H5::PredType::NATIVE_INT64
static

Definition at line 172 of file H5PredType.h.

◆ NATIVE_INT64_

PredType* H5::PredType::NATIVE_INT64_
staticprivate

Definition at line 374 of file H5PredType.h.

◆ NATIVE_INT8

const PredType& H5::PredType::NATIVE_INT8
static

Definition at line 166 of file H5PredType.h.

◆ NATIVE_INT8_

PredType* H5::PredType::NATIVE_INT8_
staticprivate

Definition at line 368 of file H5PredType.h.

◆ NATIVE_INT_

PredType* H5::PredType::NATIVE_INT_
staticprivate

Definition at line 349 of file H5PredType.h.

◆ NATIVE_LDOUBLE

const PredType& H5::PredType::NATIVE_LDOUBLE
static

Definition at line 155 of file H5PredType.h.

◆ NATIVE_LDOUBLE_

PredType* H5::PredType::NATIVE_LDOUBLE_
staticprivate

Definition at line 357 of file H5PredType.h.

◆ NATIVE_LLONG

const PredType& H5::PredType::NATIVE_LLONG
static

Definition at line 151 of file H5PredType.h.

◆ NATIVE_LLONG_

PredType* H5::PredType::NATIVE_LLONG_
staticprivate

Definition at line 353 of file H5PredType.h.

◆ NATIVE_LONG

const PredType& H5::PredType::NATIVE_LONG
static

Definition at line 149 of file H5PredType.h.

◆ NATIVE_LONG_

PredType* H5::PredType::NATIVE_LONG_
staticprivate

Definition at line 351 of file H5PredType.h.

◆ NATIVE_OPAQUE

const PredType& H5::PredType::NATIVE_OPAQUE
static

Definition at line 160 of file H5PredType.h.

◆ NATIVE_OPAQUE_

PredType* H5::PredType::NATIVE_OPAQUE_
staticprivate

Definition at line 362 of file H5PredType.h.

◆ NATIVE_SCHAR

const PredType& H5::PredType::NATIVE_SCHAR
static

Definition at line 143 of file H5PredType.h.

◆ NATIVE_SCHAR_

PredType* H5::PredType::NATIVE_SCHAR_
staticprivate

Definition at line 345 of file H5PredType.h.

◆ NATIVE_SHORT

const PredType& H5::PredType::NATIVE_SHORT
static

Definition at line 145 of file H5PredType.h.

◆ NATIVE_SHORT_

PredType* H5::PredType::NATIVE_SHORT_
staticprivate

Definition at line 347 of file H5PredType.h.

◆ NATIVE_UCHAR

const PredType& H5::PredType::NATIVE_UCHAR
static

Definition at line 144 of file H5PredType.h.

◆ NATIVE_UCHAR_

PredType* H5::PredType::NATIVE_UCHAR_
staticprivate

Definition at line 346 of file H5PredType.h.

◆ NATIVE_UINT

const PredType& H5::PredType::NATIVE_UINT
static

Definition at line 148 of file H5PredType.h.

◆ NATIVE_UINT16

const PredType& H5::PredType::NATIVE_UINT16
static

Definition at line 169 of file H5PredType.h.

◆ NATIVE_UINT16_

PredType* H5::PredType::NATIVE_UINT16_
staticprivate

Definition at line 371 of file H5PredType.h.

◆ NATIVE_UINT32

const PredType& H5::PredType::NATIVE_UINT32
static

Definition at line 171 of file H5PredType.h.

◆ NATIVE_UINT32_

PredType* H5::PredType::NATIVE_UINT32_
staticprivate

Definition at line 373 of file H5PredType.h.

◆ NATIVE_UINT64

const PredType& H5::PredType::NATIVE_UINT64
static

Definition at line 173 of file H5PredType.h.

◆ NATIVE_UINT64_

PredType* H5::PredType::NATIVE_UINT64_
staticprivate

Definition at line 375 of file H5PredType.h.

◆ NATIVE_UINT8

const PredType& H5::PredType::NATIVE_UINT8
static

Definition at line 167 of file H5PredType.h.

◆ NATIVE_UINT8_

PredType* H5::PredType::NATIVE_UINT8_
staticprivate

Definition at line 369 of file H5PredType.h.

◆ NATIVE_UINT_

PredType* H5::PredType::NATIVE_UINT_
staticprivate

Definition at line 350 of file H5PredType.h.

◆ NATIVE_ULLONG

const PredType& H5::PredType::NATIVE_ULLONG
static

Definition at line 152 of file H5PredType.h.

◆ NATIVE_ULLONG_

PredType* H5::PredType::NATIVE_ULLONG_
staticprivate

Definition at line 354 of file H5PredType.h.

◆ NATIVE_ULONG

const PredType& H5::PredType::NATIVE_ULONG
static

Definition at line 150 of file H5PredType.h.

◆ NATIVE_ULONG_

PredType* H5::PredType::NATIVE_ULONG_
staticprivate

Definition at line 352 of file H5PredType.h.

◆ NATIVE_USHORT

const PredType& H5::PredType::NATIVE_USHORT
static

Definition at line 146 of file H5PredType.h.

◆ NATIVE_USHORT_

PredType* H5::PredType::NATIVE_USHORT_
staticprivate

Definition at line 348 of file H5PredType.h.

◆ PREDTYPE_CONST

const PredType& H5::PredType::PREDTYPE_CONST
static

Definition at line 239 of file H5PredType.h.

◆ PREDTYPE_CONST_

PredType* H5::PredType::PREDTYPE_CONST_
staticprivate

Definition at line 256 of file H5PredType.h.

◆ STD_B16BE

const PredType& H5::PredType::STD_B16BE
static

Definition at line 75 of file H5PredType.h.

◆ STD_B16BE_

PredType* H5::PredType::STD_B16BE_
staticprivate

Definition at line 277 of file H5PredType.h.

◆ STD_B16LE

const PredType& H5::PredType::STD_B16LE
static

Definition at line 76 of file H5PredType.h.

◆ STD_B16LE_

PredType* H5::PredType::STD_B16LE_
staticprivate

Definition at line 278 of file H5PredType.h.

◆ STD_B32BE

const PredType& H5::PredType::STD_B32BE
static

Definition at line 77 of file H5PredType.h.

◆ STD_B32BE_

PredType* H5::PredType::STD_B32BE_
staticprivate

Definition at line 279 of file H5PredType.h.

◆ STD_B32LE

const PredType& H5::PredType::STD_B32LE
static

Definition at line 78 of file H5PredType.h.

◆ STD_B32LE_

PredType* H5::PredType::STD_B32LE_
staticprivate

Definition at line 280 of file H5PredType.h.

◆ STD_B64BE

const PredType& H5::PredType::STD_B64BE
static

Definition at line 79 of file H5PredType.h.

◆ STD_B64BE_

PredType* H5::PredType::STD_B64BE_
staticprivate

Definition at line 281 of file H5PredType.h.

◆ STD_B64LE

const PredType& H5::PredType::STD_B64LE
static

Definition at line 80 of file H5PredType.h.

◆ STD_B64LE_

PredType* H5::PredType::STD_B64LE_
staticprivate

Definition at line 282 of file H5PredType.h.

◆ STD_B8BE

const PredType& H5::PredType::STD_B8BE
static

Definition at line 73 of file H5PredType.h.

◆ STD_B8BE_

PredType* H5::PredType::STD_B8BE_
staticprivate

Definition at line 275 of file H5PredType.h.

◆ STD_B8LE

const PredType& H5::PredType::STD_B8LE
static

Definition at line 74 of file H5PredType.h.

◆ STD_B8LE_

PredType* H5::PredType::STD_B8LE_
staticprivate

Definition at line 276 of file H5PredType.h.

◆ STD_I16BE

const PredType& H5::PredType::STD_I16BE
static

Definition at line 59 of file H5PredType.h.

◆ STD_I16BE_

PredType* H5::PredType::STD_I16BE_
staticprivate

Definition at line 261 of file H5PredType.h.

◆ STD_I16LE

const PredType& H5::PredType::STD_I16LE
static

Definition at line 60 of file H5PredType.h.

◆ STD_I16LE_

PredType* H5::PredType::STD_I16LE_
staticprivate

Definition at line 262 of file H5PredType.h.

◆ STD_I32BE

const PredType& H5::PredType::STD_I32BE
static

Definition at line 61 of file H5PredType.h.

◆ STD_I32BE_

PredType* H5::PredType::STD_I32BE_
staticprivate

Definition at line 263 of file H5PredType.h.

◆ STD_I32LE

const PredType& H5::PredType::STD_I32LE
static

Definition at line 62 of file H5PredType.h.

◆ STD_I32LE_

PredType* H5::PredType::STD_I32LE_
staticprivate

Definition at line 264 of file H5PredType.h.

◆ STD_I64BE

const PredType& H5::PredType::STD_I64BE
static

Definition at line 63 of file H5PredType.h.

◆ STD_I64BE_

PredType* H5::PredType::STD_I64BE_
staticprivate

Definition at line 265 of file H5PredType.h.

◆ STD_I64LE

const PredType& H5::PredType::STD_I64LE
static

Definition at line 64 of file H5PredType.h.

◆ STD_I64LE_

PredType* H5::PredType::STD_I64LE_
staticprivate

Definition at line 266 of file H5PredType.h.

◆ STD_I8BE

const PredType& H5::PredType::STD_I8BE
static

PredType constants.

Definition at line 57 of file H5PredType.h.

◆ STD_I8BE_

PredType* H5::PredType::STD_I8BE_
staticprivate

Definition at line 259 of file H5PredType.h.

◆ STD_I8LE

const PredType& H5::PredType::STD_I8LE
static

Definition at line 58 of file H5PredType.h.

◆ STD_I8LE_

PredType* H5::PredType::STD_I8LE_
staticprivate

Definition at line 260 of file H5PredType.h.

◆ STD_REF_DSETREG

const PredType& H5::PredType::STD_REF_DSETREG
static

Definition at line 82 of file H5PredType.h.

◆ STD_REF_DSETREG_

PredType* H5::PredType::STD_REF_DSETREG_
staticprivate

Definition at line 284 of file H5PredType.h.

◆ STD_REF_OBJ

const PredType& H5::PredType::STD_REF_OBJ
static

Definition at line 81 of file H5PredType.h.

◆ STD_REF_OBJ_

PredType* H5::PredType::STD_REF_OBJ_
staticprivate

Definition at line 283 of file H5PredType.h.

◆ STD_U16BE

const PredType& H5::PredType::STD_U16BE
static

Definition at line 67 of file H5PredType.h.

◆ STD_U16BE_

PredType* H5::PredType::STD_U16BE_
staticprivate

Definition at line 269 of file H5PredType.h.

◆ STD_U16LE

const PredType& H5::PredType::STD_U16LE
static

Definition at line 68 of file H5PredType.h.

◆ STD_U16LE_

PredType* H5::PredType::STD_U16LE_
staticprivate

Definition at line 270 of file H5PredType.h.

◆ STD_U32BE

const PredType& H5::PredType::STD_U32BE
static

Definition at line 69 of file H5PredType.h.

◆ STD_U32BE_

PredType* H5::PredType::STD_U32BE_
staticprivate

Definition at line 271 of file H5PredType.h.

◆ STD_U32LE

const PredType& H5::PredType::STD_U32LE
static

Definition at line 70 of file H5PredType.h.

◆ STD_U32LE_

PredType* H5::PredType::STD_U32LE_
staticprivate

Definition at line 272 of file H5PredType.h.

◆ STD_U64BE

const PredType& H5::PredType::STD_U64BE
static

Definition at line 71 of file H5PredType.h.

◆ STD_U64BE_

PredType* H5::PredType::STD_U64BE_
staticprivate

Definition at line 273 of file H5PredType.h.

◆ STD_U64LE

const PredType& H5::PredType::STD_U64LE
static

Definition at line 72 of file H5PredType.h.

◆ STD_U64LE_

PredType* H5::PredType::STD_U64LE_
staticprivate

Definition at line 274 of file H5PredType.h.

◆ STD_U8BE

const PredType& H5::PredType::STD_U8BE
static

Definition at line 65 of file H5PredType.h.

◆ STD_U8BE_

PredType* H5::PredType::STD_U8BE_
staticprivate

Definition at line 267 of file H5PredType.h.

◆ STD_U8LE

const PredType& H5::PredType::STD_U8LE
static

Definition at line 66 of file H5PredType.h.

◆ STD_U8LE_

PredType* H5::PredType::STD_U8LE_
staticprivate

Definition at line 268 of file H5PredType.h.

◆ UNIX_D32BE

const PredType& H5::PredType::UNIX_D32BE
static

Definition at line 92 of file H5PredType.h.

◆ UNIX_D32BE_

PredType* H5::PredType::UNIX_D32BE_
staticprivate

Definition at line 294 of file H5PredType.h.

◆ UNIX_D32LE

const PredType& H5::PredType::UNIX_D32LE
static

Definition at line 93 of file H5PredType.h.

◆ UNIX_D32LE_

PredType* H5::PredType::UNIX_D32LE_
staticprivate

Definition at line 295 of file H5PredType.h.

◆ UNIX_D64BE

const PredType& H5::PredType::UNIX_D64BE
static

Definition at line 94 of file H5PredType.h.

◆ UNIX_D64BE_

PredType* H5::PredType::UNIX_D64BE_
staticprivate

Definition at line 296 of file H5PredType.h.

◆ UNIX_D64LE

const PredType& H5::PredType::UNIX_D64LE
static

Definition at line 95 of file H5PredType.h.

◆ UNIX_D64LE_

PredType* H5::PredType::UNIX_D64LE_
staticprivate

Definition at line 297 of file H5PredType.h.


The documentation for this class was generated from the following file:

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:54