#include <sim_mib.h>

Public Member Functions | |
| SimRowStatus (const Oidx &o, mib_access a) | |
| virtual | ~SimRowStatus () |
| virtual boolean | transition_ok (const Vbx &) |
| Check whether the a transition to a given new value is possible in general. | |
| virtual mib_access | get_access () |
| Return the maximum access rights for the managed object represented by the receiver node. | |
| virtual MibEntryPtr | clone () |
| Clone the receiver object. | |
| SimRowStatus::SimRowStatus | ( | const Oidx & | o, | |
| mib_access | a | |||
| ) | [inline] |
| virtual SimRowStatus::~SimRowStatus | ( | ) | [inline, virtual] |
| virtual boolean SimRowStatus::transition_ok | ( | const Vbx & | ) | [virtual] |
Check whether the a transition to a given new value is possible in general.
This does not check any values of the row. Use check_state_change to determine whether a row has sufficient information to actually perform a transition.
| value | a new value. |
Reimplemented from snmpRowStatus.
| virtual mib_access SimRowStatus::get_access | ( | ) | [virtual] |
Return the maximum access rights for the managed object represented by the receiver node.
Reimplemented from MibEntry.
| virtual MibEntryPtr SimRowStatus::clone | ( | ) | [virtual] |
1.5.6