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