Datatypes:
AjPAssem | Assembly data |
none | Miscellaneous functions |
Sections:
constructors | Constructors |
Assem data destructors | Destructors |
Casts | Casts |
assembly data modifiers | Modifiers |
Functions:
ajAssemNew | Assem data constructor |
AjPAssem ajAssemNew ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPAssem | RETURN | New object |
From EMBOSS 6.4.0
Functions:
ajAssemDel | Assem data destructor |
void ajAssemDel ( AjPAssem* Passem );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPAssem* | Passem | Delete | Assem data object to delete |
void | RETURN |
From EMBOSS 6.4.0
Functions:
ajAssemGetQryC | Returns the query string of an assembly 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. |
ajAssemGetQryS | Returns the query string of an assembly 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* ajAssemGetQryC ( const AjPAssem assem );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPAssem | assem | Input | Assem data object. |
const char* | RETURN | Query as a character string. |
From EMBOSS 6.4.0
const AjPStr ajAssemGetQryS ( const AjPAssem assem );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPAssem | assem | Input | Assem data object. |
const AjPStr | RETURN | Query as a string. |
From EMBOSS 6.4.0
Functions:
ajAssemClear | Resets all data for an assembly data object so that it can be reused. |
void ajAssemClear ( AjPAssem assem );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPAssem | assem | Modify | assem data |
void | RETURN |
From EMBOSS 6.4.0
Sections:
exit | Miscellaneous |
Functions:
ajAssemExit | Cleans up assembly processing internal memory |
void ajAssemExit ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 6.4.0