Add a row with index to the table and return a pointer to the corresponding MibTableRow object. The programmer is responsible for not adding rows with same index value.
Remove the row with index from the table.
Remove all rows from the table which index value is not contained in the list of confirmed index values.
Return a reference to the MibLeaf object at the position ( col, row) within the table.
Determine the position of the columnar object instance with object identifier oid. If found set col and row accordingly (starting from 0) and return true.
Determine the position of the next columnar object instance with an object identifier oid. If found set col and row accordingly (starting from 0) and return true.
Return a pointer to the MibTableRow object containing the row with index index. If such a row does not exist return 0.
Return the index portion of the object identifier oid which must be an object id within the table.
Return the object identifier of the columnar object corresponding columnar object instance with object id oid which must be an object id within the table.