[#BloombergLP-balber-BerEncoder_encodeProxy] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::BerEncoder_encodeProxy :relfileprefix: ../../ :mrdocs: Component‐private struct. Provides accessor that keeps current context and can be used in different `bdlat` Category Functions. == Synopsis Declared in `<balber_berencoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BerEncoder_encodeProxy; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerEncoder_encodeProxy/operator_call-01.adoc[`operator()`] | Function call operators |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerEncoder_encodeProxy/d_encoder.adoc[`d_encoder`] | Encoder used to write encoded data. | xref:BloombergLP/balber/BerEncoder_encodeProxy/d_formattingMode.adoc[`d_formattingMode`] | Formatting mode for the element being encoded. | xref:BloombergLP/balber/BerEncoder_encodeProxy/d_tagClass.adoc[`d_tagClass`] | BER tag class for the element being encoded. | xref:BloombergLP/balber/BerEncoder_encodeProxy/d_tagNumber.adoc[`d_tagNumber`] | BER tag number for the element being encoded. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#