src/RelpipeASN1ContentHandler.h
branchv_0
changeset 4 368ba99bb98f
parent 2 7128fabeede0
child 5 f913370404eb
equal deleted inserted replaced
3:807f8543d10e 4:368ba99bb98f
    24 namespace in {
    24 namespace in {
    25 namespace asn1 {
    25 namespace asn1 {
    26 
    26 
    27 class RelpipeASN1ContentHandler : public lib::ASN1ContentHandler {
    27 class RelpipeASN1ContentHandler : public lib::ASN1ContentHandler {
    28 private:
    28 private:
       
    29 	wstring_convert < codecvt_utf8<wchar_t>> convertor; // ASN.1 parser works with UTF-8
    29 	std::shared_ptr<relpipe::writer::RelationalWriter> writer;
    30 	std::shared_ptr<relpipe::writer::RelationalWriter> writer;
    30 	Configuration configuration;
    31 	Configuration configuration;
    31 
    32 
    32 public:
    33 public:
    33 
    34