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

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

Parameters.

none
 

Return Value.
  The value of the put pointer.

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

See also.
  gptr, pbump, setp
  streambuf class


© The C++ Resources Network, 2001