#include <Program.h>
Inheritance diagram for rnaml::Program:
Public Methods | |
Program () | |
Initializes the object. | |
Program (const Program &right) | |
Initializes the object with the right's content. | |
Program * | clone () const |
Clones the object. | |
virtual | ~Program () |
Destroys the object. | |
Program & | operator= (const Program &right) |
Assigns the object with the right's content. | |
std::vector< Object * > & | getChildren () |
Gets the program child collection. | |
void | addChild (Object *obj) |
Adds a new child. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the program C substructure. | |
Private Attributes | |
std::vector< Object * > | children |
The program 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 program child collection.
|
|
Assigns the object with the right's content.
|
|
Sets the program C substructure.
Reimplemented from rnaml::Object. |
|
The program child collection.
|