iostream hierarchy
streambuf:: eback [protected]
  cplusplus.com  
char * eback ( ) const;

Get pointer to beginning of input sequence.
  The function returns a pointer to the first element of the input sequence.

Parameters.

none
 

Return Value.
  A pointer to the beginning of the input sequence.

Basic template member declaration ( basic_streambuf<charT,traits> ):
typedef charT char_type;
char_type *eback ( ) const;

See also.
  streambuf class


© The C++ Resources Network, 2001