|
PLearn 0.1
|
#include <PStream.h>


Public Member Functions | |
| POFStream (const string &fname, ios_base::openmode m=ios_base::out|ios_base::trunc) | |
| PLearn::POFStream::POFStream | ( | const string & | fname, |
| ios_base::openmode | m = ios_base::out | ios_base::trunc |
||
| ) | [inline] |
Definition at line 1622 of file PStream.h.
References PLDEPRECATED.
:PStream(new ofstream(fname.c_str()),true) { PLDEPRECATED("POFStream is deprecated. Use the openFile function instead."); }
1.7.4