<< Prev | - Up - | Next >> |
PEL_ParamTable
Sadd
[member function]
int add(int i);
Add parameter index i
to parameter table. The table index where i
is stored is returned.
getHigh
[member function]
int getHigh(void);
Returns the highest table index of the table.
operator []
[operator member function]
int &operator [] (int i);
Returns a reference to the element at table position i
, i.e., the element can be read and written.
<< Prev | - Up - | Next >> |