[#BloombergLP-baljsn-EncodeImplUtil_AttributeVisitor-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncodeImplUtil_AttributeVisitor.adoc[EncodeImplUtil_AttributeVisitor]::EncodeImplUtil_AttributeVisitor :relfileprefix: ../../../ :mrdocs: Construct an `EncodeImplUtil_AttributeVisitor` object having the specified `formatter`, `logStream`, `isNextAttributeFirst`, and `options` attributes. == Synopsis Declared in `<baljsn_encodeimplutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- EncodeImplUtil_AttributeVisitor( FORMATTER* formatter, std::ostream* logStream, bool isNextAttributeFirst, xref:BloombergLP/baljsn/EncoderOptions.adoc[EncoderOptions] const& options); ---- == Parameters [cols="1,4"] |=== | Name| Description | *formatter* | JSON formatter that receives the encoded tokens | *logStream* | stream for human‐readable error descriptions | *isNextAttributeFirst* | if `true`, omit a leading delimiter | *options* | encoding options |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#