#include <Rnaml.h>
Inheritance diagram for rnaml::Rnaml:
Public Methods | |
Rnaml (const char *v=0) | |
Constructor of the object Rnaml. | |
Rnaml (const Rnaml &right) | |
Constructor by copy of the object Rnaml. | |
Rnaml * | clone () const |
Clones the object. | |
virtual | ~Rnaml () |
Destructor of the object. | |
Rnaml & | operator= (const Rnaml &right) |
Assigns the object with the right's content. | |
const char * | getVersion () const |
Gets the rnaml version string. | |
void | setVersion (const char *version) |
Sets the rnaml version string. | |
std::vector< Object * > & | getChildren () |
Gets the rnaml children collection. | |
void | addChild (Object *obj) |
Adds a new child. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the C rnamlRnaml substructure. | |
xmlcpgDocument * | toXMLDocument () const |
Generates a new rnaml document (xmlcpgObject*). | |
Private Attributes | |
std::vector< Object * > | children |
The rnaml children collection. |
|
Constructor of the object Rnaml.
|
|
Constructor by copy of the object Rnaml.
|
|
Destructor of the object.
|
|
Adds a new child.
|
|
Clones the object.
|
|
Gets the rnaml children collection.
|
|
Gets the rnaml version string.
|
|
Assigns the object with the right's content.
|
|
Sets the C rnamlRnaml substructure.
Reimplemented from rnaml::Object. |
|
Sets the rnaml version string.
|
|
Generates a new rnaml document (xmlcpgObject*).
|
|
The rnaml children collection.
|