Uses of Class
hdf.hdf5lib.structs.H5O_token_t
-
Packages that use H5O_token_t Package Description hdf.hdf5lib hdf.hdf5lib.structs All structure definitions define java equivalents of the C structures needed by the C API calls. -
-
Uses of H5O_token_t in hdf.hdf5lib
Fields in hdf.hdf5lib declared as H5O_token_t Modifier and Type Field Description static H5O_token_t
HDF5Constants. H5O_TOKEN_UNDEF
Methods in hdf.hdf5lib with parameters of type H5O_token_t Modifier and Type Method Description static int
H5. H5Gget_obj_info_all(long loc_id, String name, String[] objNames, int[] objTypes, int[] ltype, long[] fno, H5O_token_t[] tokens, int indx_type)
static int
H5. H5Gget_obj_info_all(long loc_id, String name, String[] objNames, int[] objTypes, int[] ltype, H5O_token_t[] tokens, int indx_type)
static int
H5. H5Gget_obj_info_all(long loc_id, String name, String[] objNames, int[] objTypes, H5O_token_t[] tokens)
static int
H5. H5Gget_obj_info_full(long loc_id, String name, String[] objNames, int[] objTypes, int[] ltype, long[] fno, H5O_token_t[] tokens, int indx_type, int indx_order)
static int
H5. H5Gget_obj_info_max(long loc_id, String[] objNames, int[] objTypes, int[] lnkTypes, H5O_token_t[] objToken, long objMax)
static long
H5. H5Oopen_by_token(long loc_id, H5O_token_t token)
-
Uses of H5O_token_t in hdf.hdf5lib.structs
Fields in hdf.hdf5lib.structs declared as H5O_token_t Modifier and Type Field Description H5O_token_t
H5L_info_t. token
Character set of link nameH5O_token_t
H5O_info_t. token
Object token in fileConstructors in hdf.hdf5lib.structs with parameters of type H5O_token_t Constructor Description H5O_info_t(long fileno, H5O_token_t token, int type, int rc, long atime, long mtime, long ctime, long btime, long num_attrs)
Constructor for data model information struct for objects
-