Public Member Functions | List of all members
ndn::OID Class Reference

Public Member Functions

 OID (const std::string &oid)
 
 OID (const std::vector< int > &oid)
 
 OID (const int *integerList, size_t integerListLength)
 
const std::vector< int > & getIntegerList () const
 
void setIntegerList (const std::vector< int > &value)
 
void setIntegerList (const int *value, size_t valueLength)
 
std::string toString () const
 
bool operator== (const OID &oid) const
 
bool operator!= (const OID &oid) const
 

The documentation for this class was generated from the following files: