Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.4.0
API Reference
Loading...
Searching...
No Matches
hdiff_table.h File Reference
#include "hdf.h"
#include "mfhdf.h"

Data Structures

struct  dobj_info_t
struct  dtable_t

Functions

void dtable_init (dtable_t **table)
void dtable_free (dtable_t *table)
int dtable_search (dtable_t *table, int32 tag, int32 ref)
void dtable_add (dtable_t *table, int32 tag, int32 ref, char *obj_name)
void dtable_print (dtable_t *table, const char *header)

Function Documentation

◆ dtable_add()

void dtable_add ( dtable_t * table,
int32 tag,
int32 ref,
char * obj_name )

◆ dtable_free()

void dtable_free ( dtable_t * table)

◆ dtable_init()

void dtable_init ( dtable_t ** table)

◆ dtable_print()

void dtable_print ( dtable_t * table,
const char * header )

◆ dtable_search()

int dtable_search ( dtable_t * table,
int32 tag,
int32 ref )