Definition at line 98 of file asn1decode.h.
int OSB_LIB::Asn1Int2Long::operator() | ( | const Asn1Byte * | data, | |
const size_t | size | |||
) |
Decode ASN.1 integer to long.
data | ASN.1 data to decode. | |
size | Size of ASN.1 data. |
int OSB_LIB::Asn1Int2Long::operator() | ( | const Asn1Info & | src | ) | [virtual] |
Decode ASN.1 integer to long.
src | ASN.1 data to decode. |
Implements OSB_LIB::Asn1DataDecoder.
long OSB_LIB::Asn1Int2Long::value | ( | ) | const [inline] |
Get the decoding result.
Definition at line 132 of file asn1decode.h.
References value_.
Referenced by OSB_LIB::Asn1ToId::value().
long OSB_LIB::Asn1Int2Long::value_ [private] |
Buffer to store the decoded result.
Definition at line 139 of file asn1decode.h.
Referenced by value().