#include <system_group.h>
Public Member Functions | |
sysOREntry (TimeStamp *) | |
virtual | ~sysOREntry () |
virtual void | set_row (MibTableRow *r, const Oidx &, const NS_SNMP OctetStr &, int) |
virtual MibTableRow * | find (const Oidx &) |
Check whether the receiver contains a row with a given sysORID. | |
virtual boolean | is_volatile () |
Check whether the entry is volatile or not. | |
Static Public Attributes | |
static sysOREntry * | instance |
"An entry (conceptual row) in the sysORTable."
sysOREntry::sysOREntry | ( | TimeStamp * | ) |
virtual sysOREntry::~sysOREntry | ( | ) | [virtual] |
virtual void sysOREntry::set_row | ( | MibTableRow * | r, | |
const Oidx & | , | |||
const NS_SNMP OctetStr & | , | |||
int | ||||
) | [virtual] |
virtual MibTableRow* sysOREntry::find | ( | const Oidx & | ) | [virtual] |
Check whether the receiver contains a row with a given sysORID.
sysORID | an object identifier. |
virtual boolean sysOREntry::is_volatile | ( | ) | [inline, virtual] |
Check whether the entry is volatile or not.
Reimplemented from MibEntry.
sysOREntry* sysOREntry::instance [static] |