PLearn 0.1
|
#include <PStream.h>
Public Member Functions | |
PIStringStream (const string &s) |
PLearn::PIStringStream::PIStringStream | ( | const string & | s | ) | [inline] |
Definition at line 1635 of file PStream.h.
References PLDEPRECATED.
:PStream(new istringstream(s), true /* own it */) { PLDEPRECATED("PIStringStream is deprecated. Use the openString function instead."); }