Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) streambuf.h

 

streambuf.h is an STL header file that contains the definition of std::basic_streambuf.

 

#include <streambuf>

struct MyStreambuf
  : public std::basic_streambuf <char>
{
  //Empty class
};

int main()
{
   MyStreambuf s;
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict