BibTeXq
query a bibtex file
|
BIBTEX entry. More...
#include <bibtex_entry.h>
Data Fields | |
char * | type |
Type of entry. | |
char * | key |
Unique entry key. | |
Bibtex_field ** | fields |
Array of BIBTEX fields. | |
uint32_t | num_fields |
Number of used fields in the entry. | |
uint32_t | num_unused_fields |
Number of unused fields in the entry. |
BIBTEX entry.
Definition at line 69 of file bibtex_entry.h.
char* Bibtex_entry::type |
Type of entry.
Definition at line 72 of file bibtex_entry.h.
char* Bibtex_entry::key |
Unique entry key.
Definition at line 75 of file bibtex_entry.h.
Array of BIBTEX fields.
Definition at line 78 of file bibtex_entry.h.
uint32_t Bibtex_entry::num_fields |
Number of used fields in the entry.
Definition at line 81 of file bibtex_entry.h.
uint32_t Bibtex_entry::num_unused_fields |
Number of unused fields in the entry.
Definition at line 84 of file bibtex_entry.h.