Datatypes:
| AjPFile | Text data output |
| none | Miscellaneous functions |
Sections:
| text data outputs | Output |
Functions:
| ajTextoutWrite | Write a text in a named format |
AjBool ajTextoutWrite (
AjPOutfile outf,
const AjPText text
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPOutfile | outf | Modify | Output file |
| const AjPText | text | Input | Text object |
| AjBool | RETURN | True on success |
From EMBOSS 6.4.0
Sections:
| Casts |
Functions:
| ajTextoutprintBook | Reports the text format internals as Docbook text |
| ajTextoutprintHtml | Reports the internal data structures |
| ajTextoutprintText | Reports the internal data structures |
| ajTextoutprintWiki | Reports the text output format internals as wikitext |
void ajTextoutprintBook (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
void ajTextoutprintHtml (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
void ajTextoutprintText (
AjPFile outf,
AjBool full
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| AjBool | full | Input | Full report (usually ajFalse) |
| void | RETURN |
From EMBOSS 6.4.0
void ajTextoutprintWiki (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
Functions:
| ajTextoutformatFind | Looks for the specified format(s) in the internal definitions and returns the index. |
| ajTextoutformatTest | Tests whether a named text output format is known |
AjBool ajTextoutformatFind (
const AjPStr format,
ajint* iformat
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | format | Input | Format required. |
| ajint* | iformat | Output | Index |
| AjBool | RETURN | ajTrue on success. |
From EMBOSS 6.4.0
AjBool ajTextoutformatTest (
const AjPStr format
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | format | Input | Format |
| AjBool | RETURN | ajTrue if formats was accepted |
From EMBOSS 6.4.0
Functions:
| ajTextoutExit | Cleans up text data output internal memory |
void ajTextoutExit (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| void | RETURN |
From EMBOSS 6.4.0