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
Varlist.hpp File Reference
#include <SNMPpp/net-snmppp.hpp>
#include <SNMPpp/OID.hpp>
Include dependency graph for Varlist.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SNMPpp::Varlist
 Wrapper for net-snmp's snmp_variable_list pointer. More...
 

Namespaces

 SNMPpp
 

Constant Groups

 SNMPpp
 

Functions

std::ostream & operator<< (std::ostream &os, const SNMPpp::Varlist &varlist)
 Can be used to log or display some debugging information on the varlist, including all OIDs contained within the varlist. More...
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const SNMPpp::Varlist varlist 
)

Can be used to log or display some debugging information on the varlist, including all OIDs contained within the varlist.

Here is the call graph for this function: