Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

entryStruct Struct Reference
[Cdgdb - Get lexical entries out of a berkeley database]

Collaboration diagram for entryStruct:

Collaboration graph
[legend]

Detailed Description

a database entry. This is an entry for the database which holds a key and the byte position of its lexical entry in the underlying cdg file.

Definition at line 78 of file cdgdb.c.

Data Fields

String key
int oBegin
int oEnd


Field Documentation

String entryStruct::key
 

the key of the lexical entry. Definition at line 79 of file cdgdb.c.

Referenced by dbGetEntries(), and newDbEntry().

int entryStruct::oBegin
 

offset of its Beginning in the file Definition at line 80 of file cdgdb.c.

Referenced by dbGetEntries(), dbLoadEntries(), and newDbEntry().

int entryStruct::oEnd
 

offset of its End in the file Definition at line 81 of file cdgdb.c.

Referenced by dbGetEntries(), dbLoadEntries(), and newDbEntry().


The documentation for this struct was generated from the following file:
CDG 0.95 (20 Oct 2004)