Uses of Class
org.bytedeco.hdf5.H5E_auto2_t
-
Packages that use H5E_auto2_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global -
-
Uses of H5E_auto2_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 with parameters of type H5E_auto2_t Modifier and Type Method Description static void
Exception. getAutoPrint(H5E_auto2_t func, Pointer client_data)
static void
Exception. getAutoPrint(H5E_auto2_t func, PointerPointer client_data)
static void
Exception. setAutoPrint(H5E_auto2_t func, Pointer client_data)
-
Uses of H5E_auto2_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5E_auto2_t Modifier and Type Method Description static int
hdf5. H5Eget_auto2(long estack_id, H5E_auto2_t func, Pointer client_data)
static int
hdf5. H5Eget_auto2(long estack_id, H5E_auto2_t func, PointerPointer client_data)
-------------------------------------------------------------------------- \ingroup H5E \brief Returns the settings for the automatic error stack traversal function and its data \estack_idstatic int
hdf5. H5Eset_auto2(long estack_id, H5E_auto2_t func, Pointer client_data)
-------------------------------------------------------------------------- \ingroup H5E \brief Turns automatic error printing on or off \estack_id
-