SNMPpp  v0.0.3-20-7eeb228
Classes, methods, and functions to use net-snmp from C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
OID.hpp File Reference
#include <map>
#include <set>
#include <vector>
#include <string>
#include <ostream>
#include <SNMPpp/net-snmppp.hpp>
Include dependency graph for OID.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SNMPpp::OID
 Wrapper for net-snmp's OID arrays. More...
 

Namespaces

 SNMPpp
 

Constant Groups

 SNMPpp
 

Typedefs

typedef std::map< SNMPpp::OID,
netsnmp_variable_list * > 
SNMPpp::MapOidVarList
 A std::map where the OID is the key and the value is a net-snmp variable list. This is used by SNMPpp::PDU and SNMPpp::Varlist. More...
 
typedef std::set< OID > SNMPpp::SetOID
 A std::set of OIDs. More...
 
typedef std::vector< OID > SNMPpp::VecOID
 A std::vector of OIDs. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const SNMPpp::OID &o)
 Can be used to log or display an OID. This does the exact same thing as calling SNMPpp::OID::to_str(). More...
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const SNMPpp::OID o 
)

Can be used to log or display an OID. This does the exact same thing as calling SNMPpp::OID::to_str().

Here is the call graph for this function: