CellML API
cellml_services::StringAnnotation Interface Reference
cellml_services::StringAnnotation Interface Reference
A string annotation. More...
Inheritance diagram for cellml_services::StringAnnotation:

Collaboration diagram for cellml_services::StringAnnotation:

Public Attributes | |
attribute wstring | value |
The value of the string. |
Additional Inherited Members | |
![]() | |
void | add_ref () |
Called to indicate that some code is keeping an owning reference to the object. | |
oneway void | release_ref () |
Removes a reference to an object which was created by some other means (e.g. | |
IObject | query_interface (in utf8string id) |
Returns an IObject of the same implementation, which supports a specific interface. |
Detailed Description
A string annotation.
Definition at line 18 of file AnnoTools.idl.
Member Data Documentation
attribute wstring cellml_services::StringAnnotation::value |
The value of the string.
Definition at line 24 of file AnnoTools.idl.