Constructors

Synopses

Declared in <balber_berdecoder.h>

Create a decoder node associated with the specified decoder.

Create a decoder node associated with the specified decoder and referencing the specified variable.

template<typename TYPE>
BerDecoder_Node(
    BerDecoder* decoder,
    TYPE const* variable);

Created with MrDocs