Construct an EncodeImplUtil_ValueDispatcher object having the specified formatter, logStream, formattingMode, isNextObjectFirst, and options attributes.
Synopsis
Declared in <baljsn_encodeimplutil.h>
EncodeImplUtil_ValueDispatcher(
FORMATTER* formatter,
std::ostream* logStream,
FormattingMode formattingMode,
bool isNextObjectFirst,
EncoderOptions const& options);
Parameters
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 |
options |
encoding options |
Created with MrDocs