indirectbuf
class indirectbuf : public streambuf {
indirectbuf(streambuf *get=NULL, streambuf *put=NULL, int delete_mode=0);
virtual ~indirectbuf();
int indirectbuf::sync()
int indirectbuf::pbackfail(int c)
indirectbuf::indirectbuf(streambuf *get, streambuf *put, int delete_mode)
indirectbuf::~indirectbuf()
streamsize indirectbuf::xsputn(const char* s, streamsize n)
streamsize indirectbuf::xsgetn(char* s, streamsize n)
int indirectbuf::overflow(int c /* = EOF */)
int indirectbuf::underflow()
int indirectbuf::uflow()
streampos indirectbuf::seekoff(streamoff off, _seek_dir dir, int mode)
streampos indirectbuf::seekpos(streampos pos, int mode)