|
JULEA
|
#include <julea-config.h>#include <glib.h>#include <hdf5.h>#include <H5PLextern.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>#include <hdf5/jhdf5.h>#include <julea.h>#include <julea-db.h>#include <julea-object.h>#include "jhdf5-db.h"Functions | |
| herr_t | H5VL_julea_db_link_term (void) |
| herr_t | H5VL_julea_db_link_init (hid_t vipl_id) |
| herr_t | H5VL_julea_db_link_truncate_file (void *obj) |
| gboolean | H5VL_julea_db_link_get_helper (JHDF5Object_t *parent, JHDF5Object_t *child, const char *name) |
| gboolean | H5VL_julea_db_link_create_helper (JHDF5Object_t *parent, JHDF5Object_t *child, const char *name) |
| herr_t | H5VL_julea_db_link_create (H5VL_link_create_args_t *args, void *obj, const H5VL_loc_params_t *loc_params, hid_t lcpl_id, hid_t lapl_id, hid_t dxpl_id, void **req) |
| herr_t | H5VL_julea_db_link_copy (void *src_obj, const H5VL_loc_params_t *loc_params1, void *dst_obj, const H5VL_loc_params_t *loc_params2, hid_t lcpl, hid_t lapl, hid_t dxpl_id, void **req) |
| herr_t | H5VL_julea_db_link_move (void *src_obj, const H5VL_loc_params_t *loc_params1, void *dst_obj, const H5VL_loc_params_t *loc_params2, hid_t lcpl, hid_t lapl, hid_t dxpl_id, void **req) |
| herr_t | H5VL_julea_db_link_get_info_helper (JHDF5Object_t *obj, const H5VL_loc_params_t *loc_params, H5L_info2_t *info_out) |
| herr_t | H5VL_julea_db_link_get (void *obj, const H5VL_loc_params_t *loc_params, H5VL_link_get_args_t *args, hid_t dxpl_id, void **req) |
| herr_t | H5VL_julea_db_link_iterate_helper (JHDF5Object_t *object, hbool_t recursive, gboolean attr, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx_p, JHDF5Iterate_Func_t op, void *op_data) |
| herr_t | H5VL_julea_db_link_exists_helper (JHDF5Object_t *object, const gchar *name, hbool_t *exists) |
| herr_t | H5VL_julea_db_link_specific (void *obj, const H5VL_loc_params_t *loc_params, H5VL_link_specific_args_t *args, hid_t dxpl_id, void **req) |
| herr_t | H5VL_julea_db_link_optional (void *obj, const H5VL_loc_params_t *loc_params, H5VL_optional_args_t *args, hid_t dxpl_id, void **req) |
Variables | |
| JDBSchema * | julea_db_schema_link = NULL |
| herr_t H5VL_julea_db_link_copy | ( | void * | src_obj, |
| const H5VL_loc_params_t * | loc_params1, | ||
| void * | dst_obj, | ||
| const H5VL_loc_params_t * | loc_params2, | ||
| hid_t | lcpl, | ||
| hid_t | lapl, | ||
| hid_t | dxpl_id, | ||
| void ** | req | ||
| ) |
| herr_t H5VL_julea_db_link_create | ( | H5VL_link_create_args_t * | args, |
| void * | obj, | ||
| const H5VL_loc_params_t * | loc_params, | ||
| hid_t | lcpl_id, | ||
| hid_t | lapl_id, | ||
| hid_t | dxpl_id, | ||
| void ** | req | ||
| ) |
| gboolean H5VL_julea_db_link_create_helper | ( | JHDF5Object_t * | parent, |
| JHDF5Object_t * | child, | ||
| const char * | name | ||
| ) |
| herr_t H5VL_julea_db_link_exists_helper | ( | JHDF5Object_t * | object, |
| const gchar * | name, | ||
| hbool_t * | exists | ||
| ) |
| herr_t H5VL_julea_db_link_get | ( | void * | obj, |
| const H5VL_loc_params_t * | loc_params, | ||
| H5VL_link_get_args_t * | args, | ||
| hid_t | dxpl_id, | ||
| void ** | req | ||
| ) |
| gboolean H5VL_julea_db_link_get_helper | ( | JHDF5Object_t * | parent, |
| JHDF5Object_t * | child, | ||
| const char * | name | ||
| ) |
| herr_t H5VL_julea_db_link_get_info_helper | ( | JHDF5Object_t * | obj, |
| const H5VL_loc_params_t * | loc_params, | ||
| H5L_info2_t * | info_out | ||
| ) |
| herr_t H5VL_julea_db_link_init | ( | hid_t | vipl_id | ) |
| herr_t H5VL_julea_db_link_iterate_helper | ( | JHDF5Object_t * | object, |
| hbool_t | recursive, | ||
| gboolean | attr, | ||
| H5_index_t | idx_type, | ||
| H5_iter_order_t | order, | ||
| hsize_t * | idx_p, | ||
| JHDF5Iterate_Func_t | op, | ||
| void * | op_data | ||
| ) |
| herr_t H5VL_julea_db_link_move | ( | void * | src_obj, |
| const H5VL_loc_params_t * | loc_params1, | ||
| void * | dst_obj, | ||
| const H5VL_loc_params_t * | loc_params2, | ||
| hid_t | lcpl, | ||
| hid_t | lapl, | ||
| hid_t | dxpl_id, | ||
| void ** | req | ||
| ) |
| herr_t H5VL_julea_db_link_optional | ( | void * | obj, |
| const H5VL_loc_params_t * | loc_params, | ||
| H5VL_optional_args_t * | args, | ||
| hid_t | dxpl_id, | ||
| void ** | req | ||
| ) |
| herr_t H5VL_julea_db_link_specific | ( | void * | obj, |
| const H5VL_loc_params_t * | loc_params, | ||
| H5VL_link_specific_args_t * | args, | ||
| hid_t | dxpl_id, | ||
| void ** | req | ||
| ) |
| herr_t H5VL_julea_db_link_term | ( | void | ) |
| herr_t H5VL_julea_db_link_truncate_file | ( | void * | obj | ) |
| JDBSchema* julea_db_schema_link = NULL |