This encoder generates ASN.1 data only if NwAddress.original is not empty.
Definition at line 256 of file cdrasn1.h.
OSB_LIB::NwAddress2Asn1::NwAddress2Asn1 | ( | const NwAddress & | src | ) | [inline, explicit] |
OSB_LIB::NwAddress2Asn1::NwAddress2Asn1 | ( | CdrAsn1Tag | tag, | |
const NwAddress & | src | |||
) | [inline] |
void OSB_LIB::NwAddress2Asn1::operator() | ( | Asn1Buffer & | dest | ) | const [virtual] |
Encode constructed ASN.1 data.
dest | Buffer to store encoded subtypes. |
Implements OSB_LIB::Asn1Encoder.
size_t OSB_LIB::NwAddress2Asn1::tagValue | ( | ) | const [inline, virtual] |
Value of tag for encoded data.
Implements OSB_LIB::Asn1Encoder.
Definition at line 287 of file cdrasn1.h.
References tag_.
const CdrAsn1Tag OSB_LIB::NwAddress2Asn1::defTagId = tagNwAddress [static, private] |
const NwAddress& OSB_LIB::NwAddress2Asn1::src_ [private] |
const size_t OSB_LIB::NwAddress2Asn1::tag_ [private] |