#include <Journal.h>
Inheritance diagram for rnaml::Journal:

Public Methods | |
| Journal () | |
| Initializes the object. | |
| Journal (const Journal &right) | |
| Initializes the object with the right's content. | |
| Journal * | clone () const |
| Clones the object. | |
| virtual | ~Journal () |
| Destroys the object. | |
| Journal & | operator= (const Journal &right) |
| Assigns the object with the right's content. | |
| const char * | getValue () const |
| Gets the journal value. | |
| void | setValue (const char *value) |
| Sets the journal value. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the journal value.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the journal value.
|
1.2.18