BloombergLP::balber::BerEncoder_UniversalElementVisitor

Visitor for top-level and array elements during BER encoding.

Synopsis

Declared in <balber_berencoder.h>

class BerEncoder_UniversalElementVisitor;

Description

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.

Member Functions

NameDescription
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.