[#BloombergLP-bdlsb-FixedMemOutput-data-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsb.adoc[bdlsb]::xref:BloombergLP/bdlsb/FixedMemOutput.adoc[FixedMemOutput]::data :relfileprefix: ../../../ :mrdocs: `data` overloads == Synopses Declared in `<bdlsb_fixedmemoutput.h>` Return a pointer providing modifiable access to the character buffer held by this stream buffer (supplied at construction). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char* xref:BloombergLP/bdlsb/FixedMemOutput/data-0c.adoc[data](); ---- [.small]#xref:BloombergLP/bdlsb/FixedMemOutput/data-0c.adoc[_» more..._]# Return a pointer providing non‐modifiable access to the character buffer held by this stream buffer (supplied at construction). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* xref:BloombergLP/bdlsb/FixedMemOutput/data-03.adoc[data]() const; ---- [.small]#xref:BloombergLP/bdlsb/FixedMemOutput/data-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#