![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cASNSets.h>
Public Member Functions | |
bool | isEmptySet () const |
void | SetEmptySet () |
bool | IsEqualSet (const cASNSet1 *b) const |
HRESULT | ReadSet2 (cASNReader &r) |
HRESULT | ReadSet1 (cASNReader &r) |
HRESULT | GetDescriptionSet (StrBuilder &s) const |
Public Attributes | |
cASNBufAlloc | m_oid |
The object identifier. name. More... | |
cASNBufAlloc | m_val |
The value. More... | |
An single OID,Value pair. Part of ASN_SET.
HRESULT GrayLib::cASNSet1::GetDescriptionSet | ( | StrBuilder & | s | ) | const |
|
inline |
|
inline |
HRESULT GrayLib::cASNSet1::ReadSet1 | ( | cASNReader & | r | ) |
Read a single entry under ASN_SET AttributeTypeAndValue ::= SEQUENCE { type AttributeType, value AttributeValue }
AttributeType ::= OBJECT IDENTIFIER
AttributeValue ::= ANY DEFINED BY AttributeType
HRESULT GrayLib::cASNSet1::ReadSet2 | ( | cASNReader & | r | ) |
Read ASN_SET data under its child ASN_SEQUENCE.
|
inline |
cASNBufAlloc GrayLib::cASNSet1::m_oid |
The object identifier. name.
cASNBufAlloc GrayLib::cASNSet1::m_val |
The value.