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

Get pointer to beginning of output sequence.
  Returns a pointer to the first element of the output sequence.

Parameters.

none
 

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

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

See also.
  pptr, epptr, setp   streambuf class


© The C++ Resources Network, 2001