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