#include <Revision.h>
Inheritance diagram for rnaml::Revision:

Public Methods | |
| Revision () | |
| Initializes the object. | |
| Revision (const Revision &right) | |
| Initializes the object with the right's content. | |
| Revision * | clone () const |
| Clones the object. | |
| virtual | ~Revision () |
| Destroys the object. | |
| Revision & | operator= (const Revision &right) |
| Assigns the object with the right's content. | |
| std::vector< Object * > & | getChildren () |
| Gets the revision children collection. | |
| void | addChild (Object *obj) |
| Adds a new child. | |
| virtual void | setCStructure (rnamlObject *obj) |
| Sets the revision C substructure. | |
Private Attributes | |
| std::vector< Object * > | children |
| The revision child collection. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Adds a new child.
|
|
|
Clones the object.
|
|
|
Gets the revision children collection.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the revision C substructure.
Reimplemented from rnaml::Object. |
|
|
The revision child collection.
|
1.2.18