Inheritance:
Public Methods
-
virtual ~SNMPVariable()
-
virtual string toString() = 0
- Returns string representation of this variable
-
static string varList2String(vector<SNMPVariable*> &v)
-
static long varList2Int(vector<SNMPVariable*> &v) throw(FWException)
-
static long var2Int(SNMPVariable* var) throw(FWException)
-
static void freeVarList(vector<SNMPVariable*> &v)
Public Members
-
enum
Protected Methods
-
static SNMPVariable* create(struct variable_list* v) throw(FWException)
Documentation
virtual ~SNMPVariable()
enum
snmp_int
snmp_string
snmp_bits
snmp_counter64
snmp_oid
snmp_ipaddr
virtual string toString() = 0
-
Returns string representation of this variable
static string varList2String(vector<SNMPVariable*> &v)
static long varList2Int(vector<SNMPVariable*> &v) throw(FWException)
static long var2Int(SNMPVariable* var) throw(FWException)
static void freeVarList(vector<SNMPVariable*> &v)
static SNMPVariable* create(struct variable_list* v) throw(FWException)
- Direct child classes:
- SNMPVariable_String
SNMPVariable_OID
SNMPVariable_Int
SNMPVariable_IPaddr
SNMPVariable_Counter64
SNMPVariable_Bits
- Friends:
- class SNMPConnection
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.