
Definition at line 252 of file asn1writer.h.
| OSB_LIB::Asn1Writer::Asn1Writer | ( | ) |
Default constructor: initializes result_.
| OSB_LIB::Asn1Writer::Asn1Writer | ( | const Asn1Writer & | ) | [private] |
Prevent copying until needed: not implemented.
| void OSB_LIB::Asn1Writer::encode | ( | const Asn1DataEncoder & | encoder | ) |
Encode a primitive ASN.1 type.
| encoder | The encoder of the ASN.1 type. |
| void OSB_LIB::Asn1Writer::encode | ( | const Asn1Encoder & | encoder | ) |
Encode a constructed ASN.1 type.
| encoder | The encoder of the ASN.1 type. |
| Asn1Writer& OSB_LIB::Asn1Writer::operator= | ( | const Asn1Writer & | ) | [private] |
Prevent assignment until needed: not implemented.
| bool OSB_LIB::Asn1Writer::write | ( | FILE * | out | ) | const |
Write binary ASN.1 data to an output file.
Asn1BufferCache OSB_LIB::Asn1Writer::cache_ [private] |
Asn1Buffer OSB_LIB::Asn1Writer::result_ [private] |
1.4.7