ajassemdb.c


Function ajAssemdbInit

Initialise assembly database internals

Synopsis

Prototype
void ajAssemdbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Initialise assembly database internals

See Also

See other functions in this section

Availability

In release 6.4.0

Function ajAssemdbPrintAccess

Reports the internal data structures

Synopsis

Prototype
void ajAssemdbPrintAccess (
      AjPFile outf,
      AjBool full
);

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

Input
full:(Input)Full report (usually ajFalse)
Input & Output
outf:(Modify)Output file
Returns
void:No return value

Description

Reports the internal data structures

See Also

See other functions in this section

Availability

In release 6.4.0

Function ajAssemdbExit

Cleans up assembly database processing internal memory

Synopsis

Prototype
void ajAssemdbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Cleans up assembly database processing internal memory

See Also

See other functions in this section

Availability

In release 6.4.0