Construct an EncodeImplUtil_ValueDispatcher object having the specified formatter, logStream, formattingMode, isNextObjectFirst, and options attributes.
Declared in <baljsn_encodeimplutil.h>
EncodeImplUtil_ValueDispatcher(
FORMATTER* formatter,
std::ostream* logStream,
FormattingMode formattingMode,
bool isNextObjectFirst,
EncoderOptions const& options);
| Name | Description |
|---|---|
| formatter | JSON formatter that receives the encoded tokens |
| logStream | stream for human-readable error descriptions |
| formattingMode | formatting-mode bit-field for the value |
| isNextObjectFirst | if true, omit a leading sequence delimiter |
| options | encoding options |