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