streambuf::egptr [protected]
char * egptr ( ) const;
streambuf
  cplusplus.com  

Get pointer to end of input sequence.
  Returns a pointer just past the last element of the input sequence.

Parameters.

none
 

Return Value.
  A pointer just past the last element of the input sequence.

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

See also.
  eback, gptr
  streambuf class


© The C++ Resources Network, 2001