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