ajtextdb.c
Initialise text database internals
Synopsis
Prototype
void ajTextdbInit (
void
);
Type | Name | Read/Write | Description |
void | | RETURN | |
Returns
Description
Initialise text database internals
See Also
See other functions in this section
Availability
In release 6.4.0
These functions manage the sequence file direct access methods.
Functions: ajTextdbPrintAccess ajTextdbExit
Reports the internal data structures
Synopsis
Prototype
void ajTextdbPrintAccess (
AjPFile outf,
AjBool full
);
Type | Name | Read/Write | Description |
AjPFile | outf | Modify | Output file |
AjBool | full | Input | Full report (usually ajFalse) |
void | | RETURN | |
Input
full: | (Input) | Full report (usually ajFalse) |
Input & Output
Returns
Description
Reports the internal data structures
See Also
See other functions in this section
Availability
In release 6.4.0
Cleans up text entry database processing internal memory
Synopsis
Prototype
void ajTextdbExit (
void
);
Type | Name | Read/Write | Description |
void | | RETURN | |
Returns
Description
Cleans up text entry database processing internal memory
See Also
See other functions in this section
Availability
In release 6.4.0