#include <H5B2private.h>
|
| H5B2_subid_t | id |
| |
| const char * | name |
| |
| size_t | nrec_size |
| |
| void *(* | crt_context )(void *udata) |
| |
| herr_t(* | dst_context )(void *ctx) |
| |
| herr_t(* | store )(void *nrecord, const void *udata) |
| |
| herr_t(* | compare )(const void *rec1, const void *rec2, int *result) |
| |
| herr_t(* | encode )(uint8_t *raw, const void *record, void *ctx) |
| |
| herr_t(* | decode )(const uint8_t *raw, void *record, void *ctx) |
| |
| herr_t(* | debug )(FILE *stream, int indent, int fwidth, const void *record, const void *ctx) |
| |
◆ compare
◆ crt_context
| void*(* crt_context) (void *udata) |
◆ debug
◆ decode
◆ dst_context
| herr_t(* dst_context) (void *ctx) |
◆ encode
◆ id
◆ name
◆ nrec_size
◆ store
| herr_t(* store) (void *nrecord, const void *udata) |
The documentation for this struct was generated from the following file: