Searched refs:indirectbuf (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dindstream.cc33 indirectbuf::indirectbuf(streambuf *get, streambuf *put, int delete_mode) function in class:indirectbuf
41 indirectbuf::~indirectbuf()
47 streamsize indirectbuf::xsputn(const char* s, streamsize n)
52 streamsize indirectbuf::xsgetn(char* s, streamsize n)
57 int indirectbuf::overflow(int c /* = EOF */)
65 int indirectbuf::underflow()
70 int indirectbuf::uflow()
75 streampos indirectbuf
[all...]
/haiku/headers/cpp/
H A Dindstream.h37 // An indirectbuf is one that forwards all of its I/O requests
42 // An indirectbuf can be used to implement Common Lisp
45 // class synonymbuf : public indirectbuf {
52 class indirectbuf : public streambuf { class in inherits:streambuf
63 indirectbuf(streambuf *get=NULL, streambuf *put=NULL, int delete_mode=0);
64 virtual ~indirectbuf();

Completed in 1664 milliseconds