Guest
|
Posted: Sat Aug 28, 2004 10:43 am Post subject: Unbuffered basic_streambuf |
|
|
I was hoping that someone (after my own failures) might post a very mininal
unbuffered derivation of basic_streambuf. My problem is that (even leaving
the buffer pointers to their defaults) uflow() never gets called unless I
define an underflow(). overflow() works as expected but I'm just trying to
start small and I can't even get that done. :(
I have also tried setting the buffer pointers using the _Init() method,
setp( 0, 0 ), setg( 0, 0, 0 ) and it still "seems" to treat my derivation as
a buffered stream.
Please... :P
ty
|
|