[#BloombergLP-balber-BerEncoder_LevelGuard] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::BerEncoder_LevelGuard :relfileprefix: ../../ :mrdocs: This class serves the purpose to automatically increment‐decrement the current depth level. == Synopsis Declared in `<balber_berencoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class BerEncoder_LevelGuard; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerEncoder_LevelGuard/2constructor.adoc[`BerEncoder_LevelGuard`] [.small]#[constructor]# | Increment the current depth level of the specified `encoder` and restore it on destruction. | xref:BloombergLP/balber/BerEncoder_LevelGuard/2destructor.adoc[`~BerEncoder_LevelGuard`] [.small]#[destructor]# | Decrement the current depth level of the held encoder. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#