HL-HDF
ReferenceLookup Struct Reference

Struct used internally for beeing able to do a reverse name lookup when reading a file with references. More...

Public Attributes

hid_t file_id
 the file id identifier
 
hobj_ref_t * ref
 the reference
 
char tmp_name [512]
 tmp name used for generating paths
 
char found_name [512]
 the found name
 
int reffound
 if the reference has been found
 
struct ReferenceLookupnext
 next reference
 

Detailed Description

Struct used internally for beeing able to do a reverse name lookup when reading a file with references.

We dont want to have the data in the object referenced to, but instead we want to have the name, thats why this has to be used.

Member Data Documentation

◆ file_id

hid_t ReferenceLookup::file_id

the file id identifier

◆ found_name

char ReferenceLookup::found_name[512]

the found name

◆ next

struct ReferenceLookup* ReferenceLookup::next

next reference

◆ ref

hobj_ref_t* ReferenceLookup::ref

the reference

◆ reffound

int ReferenceLookup::reffound

if the reference has been found

◆ tmp_name

char ReferenceLookup::tmp_name[512]

tmp name used for generating paths


The documentation for this struct was generated from the following file: