streambuf::gptr

Protected

char* gptr() const;

END Protected

Return Value

Returns a pointer to the next character to be fetched from the streambuf buffer. This pointer is known as the get pointer.

streambuf OverviewStream Buffer Classes

See Also   streambuf::setg, streambuf::eback, streambuf::egptr