ajassemwrite.c
Datatypes: AjPFile none
Assembly data output
Sections: assembly data outputs
These functions write the assembly data provided by the first argument
Functions: ajAssemoutWriteFormat
Write assembly data in a named format
Synopsis
Prototype
AjBool ajAssemoutWriteFormat (
AjPFile outf,
const AjPAssem assem,
const AjPStr fmt
);
Type | Name | Read/Write | Description |
AjPFile | outf | Modify | Output file |
const AjPAssem | assem | Input | Assembly data object |
const AjPStr | fmt | Input | Format name |
AjBool | | RETURN | True on success |
Input
assem: | (Input) | Assembly data object |
fmt: | (Input) | Format name |
Input & Output
Returns
Description
Write assembly data in a named format
See Also
See other functions in this section
Availability
In release 6.4.0
Miscellaneous functions
Sections: Print Miscellaneous
Printing to a file
Functions: ajAssemoutprintBook ajAssemoutprintHtml ajAssemoutprintText ajAssemoutprintWiki
Reports the assembly format internals as Docbook text
Synopsis
Prototype
void ajAssemoutprintBook (
AjPFile outf
);
Type | Name | Read/Write | Description |
AjPFile | outf | Modify | Output file |
void | | RETURN | |
Input & Output
Returns
Description
Reports the assembly format internals as Docbook text
See Also
See other functions in this section
Availability
In release 6.4.0
Reports the internal data structures
Synopsis
Prototype
void ajAssemoutprintHtml (
AjPFile outf
);
Type | Name | Read/Write | Description |
AjPFile | outf | Modify | Output file |
void | | RETURN | |
Input & Output
Returns
Description
Reports the internal data structures
See Also
See other functions in this section
Availability
In release 6.4.0
Reports the internal data structures
Synopsis
Prototype
void ajAssemoutprintText (
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
Reports the asembly output format internals as wikitext
Synopsis
Prototype
void ajAssemoutprintWiki (
AjPFile outf
);
Type | Name | Read/Write | Description |
AjPFile | outf | Modify | Output file |
void | | RETURN | |
Input & Output
Returns
Description
Reports the asembly output format internals as wikitext
See Also
See other functions in this section
Availability
In release 6.4.0
Functions to initialise and clean up internals
Functions: ajAssemoutExit
Cleans up assembly output internal memory
Synopsis
Prototype
void ajAssemoutExit (
void
);
Type | Name | Read/Write | Description |
void | | RETURN | |
Returns
Description
Cleans up assembly output internal memory
See Also
See other functions in this section
Availability
In release 6.4.0