stdio_streambuf.h | 22 // stdio_ostreambuf, a write-only streambuf synchronized with a C stdio 24 // Note that neither stdio_istreambuf nor stdio_ostreambuf is a template; 33 // or stdio_ostreambuf. (If you don't understand what any of this means, 48 // Base class for features common to stdio_istreambuf and stdio_ostreambuf 85 class stdio_ostreambuf : public stdio_streambuf_base { class in inherits:stdio_streambuf_base 87 stdio_ostreambuf(FILE* __f) : stdio_streambuf_base(__f) {} function in class:stdio_ostreambuf 88 ~stdio_ostreambuf();
|