56 #ifndef _SNMP_COUNTER_H_ 57 #define _SNMP_COUNTER_H_ 61 #ifdef SNMP_PP_NAMESPACE 115 using SnmpUInt32::operator = ;
144 #ifdef SNMP_PP_NAMESPACE 148 #endif // _SNMP_COUNTER_H_ SnmpUInt32 & operator=(const unsigned long i)
Overloaded assignment for unsigned longs.
SnmpSyntax * clone() const
Clone operator.
Counter32(const Counter32 &c)
Copy constructor.
The counter class allows all the functionality of unsigned integers but is recognized as a distinct S...
#define sNMP_SYNTAX_CNTR32
32 bit unsigned integer class.
Counter32(const unsigned long i=0)
Constructor with a value - defaults to 0.
Counter32 & operator=(const Counter32 &uli)
Overloaded assignment for Counter32.
An "abstract" (pure virtual) class that serves as the base class for all specific SNMP syntax types...
Counter32 & operator=(const unsigned long ul)
Overloaded assignment for unsigned longs.
SmiUINT32 get_syntax() const
Return the syntax.