ajresourcedb.c


Function ajResourcedbInit

Initialise data database internals

Prototype

void ajResourcedbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0


Function ajResourcedbPrintAccess

Reports the internal data structures

Prototype

void ajResourcedbPrintAccess (
      AjPFile outf,
      AjBool full
);

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

From EMBOSS 6.4.0


Function ajResourcedbExit

Cleans up data database processing internal memory

Prototype

void ajResourcedbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0