ajassemwrite.c

Datatypes: AjPFile none


Datatype: AjPFile

Assembly data output

Sections: assembly data outputs


Section: assembly data outputs

These functions write the assembly data provided by the first argument

Functions: ajAssemoutWriteFormat


Function ajAssemoutWriteFormat

Write assembly data in a named format

Synopsis

Prototype
AjBool ajAssemoutWriteFormat (
      AjPFile outf,
      const AjPAssem assem,
      const AjPStr fmt
);

TypeNameRead/WriteDescription
AjPFileoutfModifyOutput file
const AjPAssemassemInputAssembly data object
const AjPStrfmtInputFormat name
AjBool RETURNTrue on success

Input
assem:(Input)Assembly data object
fmt:(Input)Format name
Input & Output
outf:(Modify)Output file
Returns
AjBool:True on success

Description

Write assembly data in a named format

See Also

See other functions in this section

Availability

In release 6.4.0

Datatype: none

Miscellaneous functions

Sections: Print Miscellaneous


Section: Print

Printing to a file

Functions: ajAssemoutprintBook ajAssemoutprintHtml ajAssemoutprintText ajAssemoutprintWiki


Function ajAssemoutprintBook

Reports the assembly format internals as Docbook text

Synopsis

Prototype
void ajAssemoutprintBook (
      AjPFile outf
);

TypeNameRead/WriteDescription
AjPFileoutfModifyOutput file
void RETURN

Input & Output
outf:(Modify)Output file
Returns
void:No return value

Description

Reports the assembly format internals as Docbook text

See Also

See other functions in this section

Availability

In release 6.4.0

Function ajAssemoutprintHtml

Reports the internal data structures

Synopsis

Prototype
void ajAssemoutprintHtml (
      AjPFile outf
);

TypeNameRead/WriteDescription
AjPFileoutfModifyOutput file
void RETURN

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 ajAssemoutprintText

Reports the internal data structures

Synopsis

Prototype
void ajAssemoutprintText (
      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 ajAssemoutprintWiki

Reports the asembly output format internals as wikitext

Synopsis

Prototype
void ajAssemoutprintWiki (
      AjPFile outf
);

TypeNameRead/WriteDescription
AjPFileoutfModifyOutput file
void RETURN

Input & Output
outf:(Modify)Output file
Returns
void:No return value

Description

Reports the asembly output format internals as wikitext

See Also

See other functions in this section

Availability

In release 6.4.0

Section: Miscellaneous

Functions to initialise and clean up internals

Functions: ajAssemoutExit


Function ajAssemoutExit

Cleans up assembly output internal memory

Synopsis

Prototype
void ajAssemoutExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Cleans up assembly output internal memory

See Also

See other functions in this section

Availability

In release 6.4.0