Access to the get area.

Synopsis

Declared in <bslstl_stringbuf.h>

char_type*
eback() const;

Description

@{

These functions are only available to other protected functions, including derived classes.

  • eback() returns the beginning pointer for the input sequence

  • gptr() returns the next pointer for the input sequence

  • egptr() returns the end pointer for the input sequence

Created with MrDocs