![]() |
HDF5
1.12.0
|
Data Structures | |
| struct | H5P_enc_iter_ud_t |
Functions | |
| herr_t | H5P__encode_size_t (const void *value, void **_pp, size_t *size) |
| herr_t | H5P__encode_hsize_t (const void *value, void **_pp, size_t *size) |
| herr_t | H5P__encode_unsigned (const void *value, void **_pp, size_t *size) |
| herr_t | H5P__encode_uint8_t (const void *value, void **_pp, size_t *size) |
| herr_t | H5P__encode_hbool_t (const void *value, void **_pp, size_t *size) |
| herr_t | H5P__encode_double (const void *value, void **_pp, size_t *size) |
| herr_t | H5P__encode (const H5P_genplist_t *plist, hbool_t enc_all_prop, void *buf, size_t *nalloc) |
| herr_t | H5P__decode_size_t (const void **_pp, void *_value) |
| herr_t | H5P__decode_hsize_t (const void **_pp, void *_value) |
| herr_t | H5P__decode_unsigned (const void **_pp, void *_value) |
| herr_t | H5P__decode_uint8_t (const void **_pp, void *_value) |
| herr_t | H5P__decode_hbool_t (const void **_pp, void *_value) |
| herr_t | H5P__decode_double (const void **_pp, void *_value) |
| hid_t | H5P__decode (const void *buf) |
| hid_t H5P__decode | ( | const void * | buf | ) |
References H5P_genprop_t::decode, FAIL, FUNC_LEAVE_NOAPI(), H5E_BADVALUE, H5I_dec_ref(), H5I_object(), H5MM_realloc(), H5MM_xfree(), H5P__find_prop_plist(), H5P__new_plist_of_type(), H5P_poke(), H5P_TYPE_MAX_TYPE, name, NULL, ret_value, H5P_genprop_t::size, and type.
Referenced by H5Pdecode().
| herr_t H5P__decode_double | ( | const void ** | _pp, |
| void * | _value | ||
| ) |
References FAIL, FUNC_LEAVE_NOAPI(), H5E_BADVALUE, HDassert(), and ret_value.
| herr_t H5P__decode_hbool_t | ( | const void ** | _pp, |
| void * | _value | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), and ret_value.
| herr_t H5P__decode_hsize_t | ( | const void ** | _pp, |
| void * | _value | ||
| ) |
References FUNC_LEAVE_NOAPI(), and HDassert().
| herr_t H5P__decode_size_t | ( | const void ** | _pp, |
| void * | _value | ||
| ) |
References FUNC_LEAVE_NOAPI(), and HDassert().
| herr_t H5P__decode_uint8_t | ( | const void ** | _pp, |
| void * | _value | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), and ret_value.
| herr_t H5P__decode_unsigned | ( | const void ** | _pp, |
| void * | _value | ||
| ) |
References FAIL, FUNC_LEAVE_NOAPI(), H5E_BADVALUE, HDassert(), and ret_value.
| herr_t H5P__encode | ( | const H5P_genplist_t * | plist, |
| hbool_t | enc_all_prop, | ||
| void * | buf, | ||
| size_t * | nalloc | ||
| ) |
References H5P_enc_iter_ud_t::enc_size_ptr, H5P_enc_iter_ud_t::encode, FAIL, H5E_BADVALUE, H5P__iterate_plist(), NULL, H5P_genplist_t::pclass, H5P_enc_iter_ud_t::pp, ret_value, and H5P_genclass_t::type.
Referenced by H5Pencode1(), and H5Pencode2().
| herr_t H5P__encode_double | ( | const void * | value, |
| void ** | _pp, | ||
| size_t * | size | ||
| ) |
References double(), FUNC_LEAVE_NOAPI(), HDassert(), NULL, and size.
| herr_t H5P__encode_hbool_t | ( | const void * | value, |
| void ** | _pp, | ||
| size_t * | size | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), NULL, and size.
| herr_t H5P__encode_hsize_t | ( | const void * | value, |
| void ** | _pp, | ||
| size_t * | size | ||
| ) |
| herr_t H5P__encode_size_t | ( | const void * | value, |
| void ** | _pp, | ||
| size_t * | size | ||
| ) |
| herr_t H5P__encode_uint8_t | ( | const void * | value, |
| void ** | _pp, | ||
| size_t * | size | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), NULL, and size.
| herr_t H5P__encode_unsigned | ( | const void * | value, |
| void ** | _pp, | ||
| size_t * | size | ||
| ) |
References FUNC_LEAVE_NOAPI(), HDassert(), NULL, and size.