#include <BaseStack.h>
Inheritance diagram for rnaml::BaseStack:
Public Methods | |
BaseStack () | |
Initializes the object. | |
BaseStack (const BaseStack &right) | |
Initializes the object with the right's content. | |
BaseStack * | clone () const |
Clones the object. | |
virtual | ~BaseStack () |
Destroys the object. | |
BaseStack & | operator= (const BaseStack &right) |
Assigns the object with the right's content. | |
BaseId * | getBaseId1 () const |
Gets the baseStack baseId1. | |
void | setBaseId1 (BaseId *baseId1) |
Sets the baseStack baseId1. | |
BaseId * | getBaseId2 () const |
Gets the baseStack baseId2. | |
void | setBaseId2 (BaseId *baseId2) |
Sets the baseStack baseId2. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the baseStack baseId1.
|
|
Gets the baseStack baseId2.
|
|
Assigns the object with the right's content.
|
|
Sets the baseStack baseId1.
|
|
Sets the baseStack baseId2.
|