4.2 The class PEL_ParamTable

Sadd

int add(int i);

Add parameter index i to parameter table. The table index where i is stored is returned.

getHigh

int getHigh(void);

Returns the highest table index of the table.

operator []

int &operator [] (int i);

Returns a reference to the element at table position i, i.e., the element can be read and written.


Tobias Müller
Version 1.4.0 (20080702)