This class implements a visitor for decoding elements within a sequence, choice, or array type. This is a component‐private class and should not be used outside of this component. Note that the operators provided in this class match the function signatures required of visitors decoding into elements of compatible types.

Synopsis

Declared in <baljsn_jsonconverter.h>

struct JsonConverter_ElementVisitor;

Member Functions

Name

Description

operator()

Function call operators

Data Members

Name

Description

d_decoder_p

The d_decoder_p data member.

d_mode

Formatting mode as specified in bdlat_FormattingMode.

Created with MrDocs