55 #ifndef _SNMP_TIMETICK_H_ 56 #define _SNMP_TIMETICK_H_ 61 #ifdef SNMP_PP_NAMESPACE 65 #define TICKOUTBUF 32 // max formatted time string 114 const char *get_printable()
const;
126 using SnmpUInt32::operator=;
158 #ifdef SNMP_PP_NAMESPACE 162 #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...