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

Data Structures

struct  match_info_t
 
struct  match_table_t
 

Functions

void match_table_init (match_table_t **table)
 
void match_table_free (match_table_t *table)
 
void match_table_add (match_table_t *table, unsigned *flags, char *path, int32 tag1, int32 ref1, int32 tag2, int32 ref2)
 

Function Documentation

◆ match_table_add()

void match_table_add ( match_table_t * table,
unsigned * flags,
char * path,
int32 tag1,
int32 ref1,
int32 tag2,
int32 ref2 )

◆ match_table_free()

void match_table_free ( match_table_t * table)

◆ match_table_init()

void match_table_init ( match_table_t ** table)