ajassemdb.c
Initialise assembly database internals
Synopsis
Prototype
void ajAssemdbInit (
void
);
Type | Name | Read/Write | Description |
void | | RETURN | |
Returns
Description
Initialise assembly database internals
See Also
See other functions in this section
Availability
In release 6.4.0
Reports the internal data structures
Synopsis
Prototype
void ajAssemdbPrintAccess (
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 assembly database processing internal memory
Synopsis
Prototype
void ajAssemdbExit (
void
);
Type | Name | Read/Write | Description |
void | | RETURN | |
Returns
Description
Cleans up assembly database processing internal memory
See Also
See other functions in this section
Availability
In release 6.4.0