The MibTableRow class is a container class for MibLeaf objects. A MibTableRow represents a row of a SNMP table. The MibTableRow class provides functions to add MibLeaf objects to a row and functions to find and get them again. Normally a user of the AGENT++ API does not have to be concerned with MibTableRow as the MibTable class provides corresponding wrapper member functions for the above listed operations on rows. But the member functions listed in the following section can be useful anyhow.