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