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

Synopsis

Declared in <balber_berdecoder.h>

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

Created with MrDocs