![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cOID.h>
Public Member Functions | |
bool | isLast () const |
const cOIDDefBase * | FindAsn1 (const BYTE *pOid, size_t nSizeOid, size_t nSizeElement=sizeof(cOIDDefBase)) const |
const char * | GetDesc (const cMemBlock &oid, size_t nSizeElement) const |
Public Attributes | |
const char * | m_oid |
ASN.1 OID representation (as string sort of) More... | |
size_t | m_oid_len |
length of m_oid above More... | |
const char * | m_name |
official name (e.g. from RFC) More... | |
const char * | m_description |
human friendly description. default for m_key1 More... | |
Define meta data about OIDs of some type (like cMemBlock)
|
inline |
Assume this is the base of some array.
|
inline |
|
inline |
Last in some array.
const char* GrayLib::cOIDDefBase::m_description |
human friendly description. default for m_key1
const char* GrayLib::cOIDDefBase::m_name |
official name (e.g. from RFC)
const char* GrayLib::cOIDDefBase::m_oid |
ASN.1 OID representation (as string sort of)
size_t GrayLib::cOIDDefBase::m_oid_len |
length of m_oid above