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