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

Return get pointer.
  Returns a pointer to the element of the input sequence where the next input operation shall be performed.

Parameters.

none
 

Return Value.
  The value of get pointer.

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

See also.
  egptr
  streambuf class


© The C++ Resources Network, 2001