55 #ifndef _SNMP_GAUGE_H_ 56 #define _SNMP_GAUGE_H_ 60 #ifdef SNMP_PP_NAMESPACE 121 using SnmpUInt32::operator = ;
146 #ifdef SNMP_PP_NAMESPACE 150 #endif // _SNMP_GAUGE_H_ SnmpUInt32 & operator=(const unsigned long i)
Overloaded assignment for unsigned longs.
SnmpSyntax * clone() const
Clone the object.
The gauge class allows all the functionality of unsigned integers but is recognized as a distinct SMI...
~Gauge32()
Destructor (ensure that SnmpUInt32::~SnmpUInt32() is overridden).
32 bit unsigned integer class.
SmiUINT32 get_syntax() const
Get the Syntax of the object.
Gauge32 & operator=(const unsigned long ul)
Assign a unsigned long to a Gauge32.
Gauge32 & operator=(const Gauge32 &uli)
Assign a Gauge32 to a Gauge32.
Gauge32(const unsigned long ul=0)
Constructs a valid Gauge32 with the given value.
An "abstract" (pure virtual) class that serves as the base class for all specific SNMP syntax types...
Gauge32(const Gauge32 &g32)
Copy constructor.
#define sNMP_SYNTAX_GAUGE32