Construct an EncodeImplUtil_SelectionVisitor object having the specified formatter, logStream, isNextObjectFirst, and options attributes.
Synopsis
Declared in <baljsn_encodeimplutil.h>
EncodeImplUtil_SelectionVisitor(
FORMATTER* formatter,
std::ostream* logStream,
bool isNextObjectFirst,
EncoderOptions const& options);
Parameters
Name |
Description |
formatter |
JSON formatter that receives the encoded tokens |
logStream |
stream for human‐readable error descriptions |
isNextObjectFirst |
if |
options |
encoding options |
Created with MrDocs