Datatypes:
AjPText | Text data |
none | Miscellaneous functions |
Sections:
constructors | Constructors |
Text data destructors | Destructors |
Casts | Casts |
text data modifiers | Modifiers |
Functions:
ajTextNew | Text data constructor |
AjPText ajTextNew ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPText | RETURN | New object |
From EMBOSS 6.4.0
Functions:
ajTextDel | Text data destructor |
void ajTextDel ( AjPText* Ptext );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPText* | Ptext | Delete | Text data object to delete |
void | RETURN |
From EMBOSS 6.4.0
Functions:
ajTextGetQryC | Returns the query string of a text data object. Because this is a pointer to the real internal string the caller must take care not to change the character string in any way. If the string is to be changed (case for example) then it must first be copied. |
ajTextGetQryS | Returns the query string of a text data object. Because this is a pointer to the real internal string the caller must take care not to change the character string in any way. If the string is to be changed (case for example) then it must first be copied. |
const char* ajTextGetQryC ( const AjPText text );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPText | text | Input | Text data object. |
const char* | RETURN | Query as a character string. |
From EMBOSS 6.4.0
const AjPStr ajTextGetQryS ( const AjPText text );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPText | text | Input | Text data object. |
const AjPStr | RETURN | Query as a string. |
From EMBOSS 6.4.0
Functions:
ajTextClear | Resets all data for a text data object so that it can be reused. |
void ajTextClear ( AjPText text );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPText | text | Modify | text data |
void | RETURN |
From EMBOSS 6.4.0
Sections:
exit | Miscellaneous |
Functions:
ajTextExit | Cleans up text processing internal memory |
void ajTextExit ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 6.4.0