[#BloombergLP-bdlb-PrintAdapter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::PrintAdapter :relfileprefix: ../../ :mrdocs: This `class` provides an object that may be streamed with `operator<<` to give full control of the indentation format of the streaming. == Synopsis Declared in `<bdlb_printadapter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class PrintAdapter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/PrintAdapter/2constructor.adoc[`PrintAdapter`] [.small]#[constructor]# | | xref:BloombergLP/bdlb/PrintAdapter/level.adoc[`level`] | Return the `level` attribute. | xref:BloombergLP/bdlb/PrintAdapter/object.adoc[`object`] | Return a reference to the object referred to by this print adapter. | xref:BloombergLP/bdlb/PrintAdapter/spacesPerLevel.adoc[`spacesPerLevel`] | Return the `spacesPerLevel` attribute. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#