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