This class is used as a visitor for visiting the top‐level element and also array elements during encoding. This class is required so that the universal tag number of the element can be determined when the element is visited.

Synopsis

Declared in <balber_berencoder.h>

class BerEncoder_UniversalElementVisitor;

Member Functions

Name

Description

BerEncoder_UniversalElementVisitor [constructor]

Create a visitor that encodes universal elements using the specified encoder and formattingMode.

~BerEncoder_UniversalElementVisitor [destructor]

Destroy this visitor.

operator()

Encode the specified value as a universal BER element.

Created with MrDocs