#include <End.h>
Inheritance diagram for rnaml::End:
Public Methods | |
End () | |
Initializes the object. | |
End (const End &right) | |
Initializes the object with the right's content. | |
End * | clone () const |
Clones the object. | |
virtual | ~End () |
Destroys the object. | |
End & | operator= (const End &right) |
Assigns the object with the right's content. | |
int | getValue () const |
Gets the end value. | |
void | setValue (int value) |
Sets the end value. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the end value.
|
|
Assigns the object with the right's content.
|
|
Sets the end value.
|