6 #include "exception.hpp"
8 namespace dangerous {
namespace snmp {
89 std::string
str()
const;
bool isLessThan(const NumericOid &oid) const
This compares this NumericOid to another one.
bool beginsWith(const NumericOid &oid) const
This checks to see if this OID begins with the exact sequence of the OID given.
std::string str() const
This returns a string representing the OID.
std::vector< unsigned int > numbers
This is the vector that represents the integers that make up the OID.
Definition: numericoid.hpp:57
bool equals(const NumericOid &oid) const
This compares this NumericOid to another one.
A NumericOid represents an "true" OID; that is, one identified by a series of integers (as opposed to...
Definition: numericoid.hpp:22
NumericOid()
Constructor; this creates a NumericOid with no integers.
Definition: numericoid.hpp:27
This represents a parse-error event.
Definition: exception.hpp:135