The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
streambuf::dbp
streambuf                                   Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  void dbp();
 
  Remarks
 
  Writes ASCII debugging information directly on stdout. Treat this
  function as part of the protected interface.
 
  Some sample output follows:
 
  STREAMBUF DEBUG INFO: this = 00E7:09DC
   base()=00E7:0A0C, ebuf()=00E7:0C0C,  blen()=512
  eback()=0000:0000, gptr()=0000:0000, egptr()=0000:0000
  pbase()=00E7:0A0C, pptr()=00E7:0A22, epptr()=00E7:0C0C
 
 
                                     -♦-