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