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