BloombergLP::bdlsb::FixedMemOutput::data

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).

char*
data();
» more...

Return a pointer providing non-modifiable access to the character buffer held by this stream buffer (supplied at construction).

char const*
data() const;
» more...

Return Value

  • modifiable pointer to the held character buffer
  • non-modifiable pointer to the held character buffer