#include <ModelId.h>
Inheritance diagram for rnaml::ModelId:
Public Methods | |
ModelId () | |
Initializes the object. | |
ModelId (const ModelId &right) | |
Initializes the object with the right's content. | |
ModelId * | clone () const |
Clones the object. | |
virtual | ~ModelId () |
Destroys the object. | |
ModelId & | operator= (const ModelId &right) |
Assigns the object with the right's content. | |
const char * | getRef () const |
Gets the modelId ref. | |
void | setRef (const char *ref) |
Sets the modelId ref. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the modelId ref.
|
|
Assigns the object with the right's content.
|
|
Sets the modelId ref.
|