This class is used as a visitor for visiting the top‐level element and also array elements during decoding.

Synopsis

Declared in <balber_berdecoder.h>

class BerDecoder_UniversalElementVisitor;

Description

This class is required so that the universal tag number of the element can be determined when the element is visited.

Member Functions

Name

Description

BerDecoder_UniversalElementVisitor [constructor]

Create a universal‐element visitor for the specified d_decoder.

operator()

Decode the specified variable as a universal BER element.

Created with MrDocs