ajfeatdb.c


Function ajFeatdbInit

Initialise feature database internals

Synopsis

Prototype
void ajFeatdbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Initialise feature database internals

See Also

See other functions in this section

Availability

In release 6.4.0

Function ajFeatdbPrintAccess

Reports the internal data structures

Synopsis

Prototype
void ajFeatdbPrintAccess (
      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 ajFeatdbExit

Cleans up feature database processing internal memory

Synopsis

Prototype
void ajFeatdbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Cleans up feature database processing internal memory

See Also

See other functions in this section

Availability

In release 6.4.0