#include "hdf5.h"
#include "H5private.h"
#include "h5tools.h"
#include "h5tools_utils.h"
#include "h5tools_ref.h"
#include "h5trav.h"
#include "h5dump_defines.h"
Data Structures | |
struct | dump_functions |
struct | h5dump_table_items_t |
struct | h5dump_table_list_t |
struct | dump_opt_t |
Macros | |
#define | PACKED_BITS_MAX 8 /* Maximum number of packed-bits to display */ |
#define | PACKED_BITS_SIZE_MAX (8 * sizeof(long long)) /* Maximum bits size of integer types of packed-bits */ |
Functions | |
void | add_prefix (char **prfx, size_t *prfx_len, const char *name) |
hid_t | h5_fileaccess (void) |
ssize_t | table_list_add (hid_t oid, unsigned long file_no) |
ssize_t | table_list_visited (unsigned long file_no) |
Variables | |
h5dump_table_list_t | table_list = {0, 0, NULL} |
table_t * | group_table = NULL |
table_t * | dset_table = NULL |
table_t * | type_table = NULL |
unsigned | dump_indent = 0 |
int | unamedtype = 0 |
bool | hit_elink = false |
size_t | prefix_len = 1024 |
char * | prefix = NULL |
const char * | fp_format = NULL |
dump_opt_t | dump_opts |
unsigned long long | packed_mask [8] |
unsigned | packed_offset [8] |
unsigned | packed_length [8] |
const dump_functions * | dump_function_table |
#define PACKED_BITS_MAX 8 /* Maximum number of packed-bits to display */ |
#define PACKED_BITS_SIZE_MAX (8 * sizeof(long long)) /* Maximum bits size of integer types of packed-bits */ |
void add_prefix | ( | char ** | prfx, |
size_t * | prfx_len, | ||
const char * | name | ||
) |
hid_t h5_fileaccess | ( | void | ) |
ssize_t table_list_visited | ( | unsigned long | file_no | ) |
table_t * dset_table = NULL |
const dump_functions* dump_function_table |
unsigned dump_indent = 0 |
dump_opt_t dump_opts |
const char* fp_format = NULL |
table_t* group_table = NULL |
bool hit_elink = false |
unsigned packed_length[8] |
unsigned long long packed_mask[8] |
unsigned packed_offset[8] |
char* prefix = NULL |
size_t prefix_len = 1024 |
h5dump_table_list_t table_list = {0, 0, NULL} |
table_t * type_table = NULL |
int unamedtype = 0 |