class libfwbuilder::SNMPVariable


Inheritance:


Public Methods

[more]virtual ~SNMPVariable()
[more]virtual string toString() = 0
Returns string representation of this variable
[more]static string varList2String(vector<SNMPVariable*> &v)
[more]static long varList2Int(vector<SNMPVariable*> &v) throw(FWException)
[more]static long var2Int(SNMPVariable* var) throw(FWException)
[more]static void freeVarList(vector<SNMPVariable*> &v)

Public Members

[more]enum

Protected Methods

[more]static SNMPVariable* create(struct variable_list* v) throw(FWException)


Documentation

ovirtual ~SNMPVariable()

oenum

o snmp_int

o snmp_string

o snmp_bits

o snmp_counter64

o snmp_oid

o snmp_ipaddr

ovirtual string toString() = 0
Returns string representation of this variable

ostatic string varList2String(vector<SNMPVariable*> &v)

ostatic long varList2Int(vector<SNMPVariable*> &v) throw(FWException)

ostatic long var2Int(SNMPVariable* var) throw(FWException)

ostatic void freeVarList(vector<SNMPVariable*> &v)

ostatic 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++.