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

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