HL-HDF
|
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 ReferenceLookup * | next |
next reference | |
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.
hid_t ReferenceLookup::file_id |
the file id identifier
char ReferenceLookup::found_name[512] |
the found name
struct ReferenceLookup* ReferenceLookup::next |
next reference
hobj_ref_t* ReferenceLookup::ref |
the reference
int ReferenceLookup::reffound |
if the reference has been found
char ReferenceLookup::tmp_name[512] |
tmp name used for generating paths