![]() |
Home | Libraries | People | FAQ | More |
boost::interprocess::basic_ibufferstream
// In header: <boost/interprocess/streams/bufferstream.hpp> template<typename CharT, typename CharTraits> class basic_ibufferstream : public { public: // types typedef ; typedef ; typedef ; typedef ; typedef ; // construct/copy/destruct ( = ); (, , = ); ~(); // public member functions basic_bufferbuf< () ; () ; (, ); };
A basic_istream class that uses a fixed size character buffer as its formatting buffer.
basic_ibufferstream
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.