Datatypes:
AjPUrl | Url data |
none | Miscellaneous functions |
Sections:
constructors | Constructors |
Url data destructors | Destructors |
Casts | Casts |
url data modifiers | Modifiers |
Functions:
ajUrlNew | Url data constructor |
AjPUrl ajUrlNew ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPUrl | RETURN | New object |
From EMBOSS 6.4.0
Functions:
ajUrlDel | Url data destructor |
void ajUrlDel ( AjPUrl* Purl );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPUrl* | Purl | Delete | Url data object to delete |
void | RETURN |
From EMBOSS 6.4.0
Functions:
ajUrlGetDb | Return the database name |
ajUrlGetId | Return the identifier |
ajUrlGetQryC | Returns the query string of an url 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. |
ajUrlGetQryS | Returns the query string of an url 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 AjPStr ajUrlGetDb ( const AjPUrl url );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPUrl | url | Input | Url |
const AjPStr | RETURN | Database name |
From EMBOSS 6.4.0
const AjPStr ajUrlGetId ( const AjPUrl url );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPUrl | url | Input | Url |
const AjPStr | RETURN | Returned id |
From EMBOSS 6.4.0
const char* ajUrlGetQryC ( const AjPUrl url );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPUrl | url | Input | Url data object. |
const char* | RETURN | Query as a character string. |
From EMBOSS 6.4.0
const AjPStr ajUrlGetQryS ( const AjPUrl url );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPUrl | url | Input | Url data object. |
const AjPStr | RETURN | Query as a string. |
From EMBOSS 6.4.0
Functions:
ajUrlClear | Resets all data for an url data object so that it can be reused. |
void ajUrlClear ( AjPUrl url );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPUrl | url | Modify | Url data object |
void | RETURN |
From EMBOSS 6.4.0
Sections:
exit | Miscellaneous |
Functions:
ajUrlExit | Cleans up url processing internal memory |
void ajUrlExit ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 6.4.0