![]() |
Home | Libraries | People | FAQ | More |
boost::interprocess::basic_obufferstream
// In header: <boost/interprocess/streams/bufferstream.hpp> template<typename CharT, typename CharTraits> class basic_obufferstream : public { public: // types typedef ; typedef ; typedef ; typedef ; typedef ; // construct/copy/destruct ( = ); (, , = ); ~(); // public member functions basic_bufferbuf< () ; () ; (, ); };
A basic_ostream class that uses a fixed size character buffer as its formatting buffer.
basic_obufferstream
public member functionsbasic_bufferbuf< () ;
Returns the address of the stored stream buffer.
() ;
Returns the pointer and size of the internal buffer. Does not throw.
( buf, length);
Sets the underlying buffer to a new value. Resets stream position. Does not throw.