#include <map>
#include <set>
#include <vector>
#include <string>
#include <ostream>
#include <SNMPpp/net-snmppp.hpp>
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... | |
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().