#include <NumberingTable.h>
Inheritance diagram for rnaml::NumberingTable:
Public Methods | |
NumberingTable () | |
Initializes the object. | |
NumberingTable (const NumberingTable &right) | |
Initializes the object with the right's content. | |
NumberingTable * | clone () const |
Clones the object. | |
virtual | ~NumberingTable () |
Destroys the object. | |
NumberingTable & | operator= (const NumberingTable &right) |
Assigns the object with the right's content. | |
int | getLength () const |
Gets the numberingTable length. | |
void | setLength (int length) |
Sets the numberingTable length. | |
const std::vector< int > & | getValues () const |
Gets the numberingTable value. | |
void | addValue (int value) |
Adds a value in the numberingTable. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the numberingTable C substructure. | |
Private Attributes | |
std::vector< int > | values |
The integer values of the tables. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Adds a value in the numberingTable.
|
|
Clones the object.
|
|
Gets the numberingTable length.
|
|
Gets the numberingTable value.
|
|
Assigns the object with the right's content.
|
|
Sets the numberingTable C substructure.
Reimplemented from rnaml::Object. |
|
Sets the numberingTable length.
|
|
The integer values of the tables.
|