#include <Path.h>
Inheritance diagram for rnaml::Path:
Public Methods | |
Path () | |
Initializes the object. | |
Path (const Path &right) | |
Initializes the object with the right's content. | |
Path * | clone () const |
Clones the object. | |
virtual | ~Path () |
Destroys the object. | |
Path & | operator= (const Path &right) |
Assigns the object with the right's content. | |
Object * | getChild () const |
Gets the path child. | |
void | setChild (Object *child) |
Sets the path child. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the path child.
|
|
Assigns the object with the right's content.
|
|
Sets the path child.
|