BibTeXq
query a bibtex file
Data Fields
Bibtex_entry Struct Reference

BIBTEX entry. More...

#include <bibtex_entry.h>

Collaboration diagram for Bibtex_entry:
Collaboration graph
[legend]

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.

Detailed Description

BIBTEX entry.

Definition at line 69 of file bibtex_entry.h.


Field Documentation

Type of entry.

Definition at line 72 of file bibtex_entry.h.

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.

Number of used fields in the entry.

Definition at line 81 of file bibtex_entry.h.

Number of unused fields in the entry.

Definition at line 84 of file bibtex_entry.h.


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