56 #ifndef _SNMP_TIMETICK_H_ 57 #define _SNMP_TIMETICK_H_ 62 #ifdef SNMP_PP_NAMESPACE 66 #define TICKOUTBUF 30 // max formatted time string 115 const char *get_printable()
const;
127 using SnmpUInt32::operator = ;
159 #ifdef SNMP_PP_NAMESPACE 163 #endif // _SNMP_TIMETICK_H_ SnmpUInt32 & operator=(const unsigned long i)
Overloaded assignment for unsigned longs.
TimeTicks(const TimeTicks &t)
Copy constructor.
TimeTicks(const unsigned long val=0)
Constructs a TimeTicks object with the given value.
SmiUINT32 get_syntax() const
Return the syntax.
TimeTicks & operator=(const unsigned long ul)
Overloaded assignment for unsigned longs.
#define sNMP_SYNTAX_TIMETICKS
The timeticks class allows all the functionality of unsigned integers but is recognized as a distinct...
TimeTicks & operator=(const TimeTicks &uli)
Overloaded assignment for TimeTicks.
SnmpSyntax * clone() const
Clone operator.
32 bit unsigned integer class.
An "abstract" (pure virtual) class that serves as the base class for all specific SNMP syntax types...