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