Represents an Integer as descibed in RFC 2741. More...
#include <Integer.hpp>
Public Member Functions | |
virtual int32_t | get () |
Obtain the current value for the object. | |
![]() | |
virtual | ~variable () |
Destructor. |
Represents an Integer as descibed in RFC 2741.
|
inlinevirtual |
Obtain the current value for the object.
This member function is derived by classes representing SNMP variables and shall return the current value of the object.
The default implementation throws generic_error.
generic_error | If obtaining the current value fails. No other exception shall be thrown. |