#include <pl_fdstream.h>
Inheritance diagram for PLearn::pl_fdstream:
Public Member Functions | |
pl_fdstream () | |
pl_fdstream (int fd, int inbufsize=pl_dftbuflen, int outbufsize=pl_dftbuflen) | |
void | init (int fd, int inbufsize=pl_dftbuflen, int outbufsize=pl_dftbuflen) |
void | attach (int fd) |
for compatibility with old non-standard stl fstream | |
~pl_fdstream () | |
Protected Attributes | |
char * | outbuffer |
|
Definition at line 98 of file pl_fdstream.h. References outbuffer. |
|
Definition at line 102 of file pl_fdstream.h. |
|
Definition at line 191 of file pl_fdstream.cc. References PLearn::flush(), and outbuffer. |
|
for compatibility with old non-standard stl fstream
Definition at line 179 of file pl_fdstream.cc. References outbuffer, and PLearn::pl_dftbuflen. |
|
Definition at line 159 of file pl_fdstream.cc. References outbuffer. Referenced by pl_fdstream(). |
|
Definition at line 94 of file pl_fdstream.h. Referenced by attach(), init(), pl_fdstream(), and ~pl_fdstream(). |