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_tHDF5Constants. H5O_TOKEN_UNDEFMethods in hdf.hdf5lib with parameters of type H5O_token_t Modifier and Type Method Description static intH5. 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 intH5. H5Gget_obj_info_all(long loc_id, String name, String[] objNames, int[] objTypes, int[] ltype, H5O_token_t[] tokens, int indx_type)static intH5. H5Gget_obj_info_all(long loc_id, String name, String[] objNames, int[] objTypes, H5O_token_t[] tokens)static intH5. 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 intH5. H5Gget_obj_info_max(long loc_id, String[] objNames, int[] objTypes, int[] lnkTypes, H5O_token_t[] objToken, long objMax)static longH5. 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_tH5L_info_t. tokenCharacter set of link nameH5O_token_tH5O_info_t. tokenObject 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 
 -