ajtaxdb.c


Section: B+tree Database Indexing

These functions manage the B+tree index access methods.

Functions:
ajTaxdbInitInitialise taxonomy database internals
ajTaxdbPrintAccessReports the internal data structures
ajTaxdbExitCleans up taxonomy database processing internal memory


Function ajTaxdbInit

Initialise taxonomy database internals

Prototype

void ajTaxdbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0


Function ajTaxdbPrintAccess

Reports the internal data structures

Prototype

void ajTaxdbPrintAccess (
      AjPFile outf,
      AjBool full
);

TypeNameRead/WriteDescription
AjPFileoutfModifyOutput file
AjBoolfullInputFull report (usually ajFalse)
void RETURN

From EMBOSS 6.4.0


Function ajTaxdbExit

Cleans up taxonomy database processing internal memory

Prototype

void ajTaxdbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0