Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.14.4.1
API Reference
 
Loading...
Searching...
No Matches
H5Ex_T_Commit.H5T_class Enum Reference

Public Member Functions

 H5T_class (long layout_type)
 
long getCode ()
 

Static Public Member Functions

 [static initializer]
 
static H5T_class get (long typeclass_id)
 

Data Fields

 H5T_NO_CLASS =(HDF5Constants.H5T_NO_CLASS)
 
 H5T_INTEGER =(HDF5Constants.H5T_INTEGER)
 
 H5T_FLOAT =(HDF5Constants.H5T_FLOAT)
 
 H5T_TIME =(HDF5Constants.H5T_TIME)
 
 H5T_STRING =(HDF5Constants.H5T_STRING)
 
 H5T_BITFIELD =(HDF5Constants.H5T_BITFIELD)
 
 H5T_OPAQUE =(HDF5Constants.H5T_OPAQUE)
 
 H5T_COMPOUND =(HDF5Constants.H5T_COMPOUND)
 
 H5T_REFERENCE =(HDF5Constants.H5T_REFERENCE)
 
 H5T_ENUM =(HDF5Constants.H5T_ENUM)
 
 H5T_VLEN =(HDF5Constants.H5T_VLEN)
 
 H5T_ARRAY =(HDF5Constants.H5T_ARRAY)
 
 H5T_NCLASSES =(11)
 

Constructor & Destructor Documentation

◆ H5T_class()

H5T_class ( long layout_type)

Member Function Documentation

◆ [static initializer]()

[static initializer]
static

◆ get()

static H5T_class get ( long typeclass_id)
static

◆ getCode()

long getCode ( )

Field Documentation

◆ H5T_ARRAY

H5T_ARRAY =(HDF5Constants.H5T_ARRAY)

◆ H5T_BITFIELD

H5T_BITFIELD =(HDF5Constants.H5T_BITFIELD)

◆ H5T_COMPOUND

H5T_COMPOUND =(HDF5Constants.H5T_COMPOUND)

◆ H5T_ENUM

H5T_ENUM =(HDF5Constants.H5T_ENUM)

◆ H5T_FLOAT

H5T_FLOAT =(HDF5Constants.H5T_FLOAT)

◆ H5T_INTEGER

H5T_INTEGER =(HDF5Constants.H5T_INTEGER)

◆ H5T_NCLASSES

H5T_NCLASSES =(11)

◆ H5T_NO_CLASS

H5T_NO_CLASS =(HDF5Constants.H5T_NO_CLASS)

◆ H5T_OPAQUE

H5T_OPAQUE =(HDF5Constants.H5T_OPAQUE)

◆ H5T_REFERENCE

H5T_REFERENCE =(HDF5Constants.H5T_REFERENCE)

◆ H5T_STRING

H5T_STRING =(HDF5Constants.H5T_STRING)

◆ H5T_TIME

H5T_TIME =(HDF5Constants.H5T_TIME)

◆ H5T_VLEN

H5T_VLEN =(HDF5Constants.H5T_VLEN)

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