#include <stdlib.h>
#include <sstream>
#include <stdexcept>
#include <algorithm>
#include <SNMPpp/OID.hpp>
#include <iostream>
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().