PLearn 0.1
|
#include <PStream.h>
Public Member Functions | |
PIFStream (const string &fname, ios_base::openmode m=ios_base::in) |
PLearn::PIFStream::PIFStream | ( | const string & | fname, |
ios_base::openmode | m = ios_base::in |
||
) | [inline] |
Definition at line 1611 of file PStream.h.
References PLDEPRECATED.
:PStream(new ifstream(fname.c_str()),true) { PLDEPRECATED("PIFStream is deprecated. Use the openFile function instead."); }