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