#include <gauge.h>
Inheritance diagram for Gauge32:
Gauge32 objects may be set or get into Vb objects.
Definition at line 81 of file gauge.h.
Public Member Functions | |
| Gauge32 () | |
| Constructs a valid Gauge32 with value 0. | |
| Gauge32 (const unsigned long ul) | |
| Constructs a valid Gauge32 with the given value. | |
| Gauge32 (const Gauge32 &g32) | |
| Copy constructor. | |
| ~Gauge32 () | |
| Destructor (ensure that SnmpUInt32::~SnmpUInt32() is overridden). | |
| SmiUINT32 | get_syntax () const |
| Get the Syntax of the object. | |
| SnmpSyntax * | clone () const |
| Clone the object. | |
| Gauge32 & | operator= (const Gauge32 &uli) |
| Assign a Gauge32 to a Gauge32. | |
| Gauge32 & | operator= (const unsigned long ul) |
| Assign a unsigned long to a Gauge32. | |
| operator unsigned long () | |
| Cast a Gauge32 to unsigned long. | |
|
|
Constructs a valid Gauge32 with value 0.
Definition at line 90 of file gauge.h. References sNMP_SYNTAX_GAUGE32. |
|
|
Constructs a valid Gauge32 with the given value.
Definition at line 97 of file gauge.h. References sNMP_SYNTAX_GAUGE32. |
|
|
Copy constructor.
|
|
|
Destructor (ensure that SnmpUInt32::~SnmpUInt32() is overridden).
|
|
|
Clone the object.
Reimplemented from SnmpUInt32. |
|
|
Get the Syntax of the object.
Reimplemented from SnmpUInt32. Definition at line 119 of file gauge.h. References SmiUINT32, and sNMP_SYNTAX_GAUGE32. |
|
|
Cast a Gauge32 to unsigned long.
|
|
|
Assign a unsigned long to a Gauge32.
Reimplemented from SnmpUInt32. |
|
|
Assign a Gauge32 to a Gauge32.
Definition at line 133 of file gauge.h. References SnmpSyntax::smival, and SmiVALUE::value. |
1.3.2