PLearn 0.1
|
#include <string>
Go to the source code of this file.
Classes | |
class | PLearn::pl_stream_raw |
class | PLearn::pl_stream_clear_flags |
class | PLearn::pl_stream_initiate |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
const string & | PLearn::wordseparators () |
List of characters considered to mark a separation between "words"; This is a fairly restricted list, meaning that many things can be part of a "word" in this sense (for ex: "this-is_a+single@wor'd"), this is to insure a smooth transition for the new setOption, which calls readOptionVal ... | |
const string & | PLearn::raw_wordseparators () |
Same as wordseparators, but even less restricted, used in PStream::raw_ascii mode. | |
Variables | |
ostream | PLearn::nullout |
a null ostream: writing to it does nothing | |
istream | PLearn::nullin |
a null instream: reading from it does nothing | |
iostream | PLearn::nullinout |
a null iostream: reading/writing from/to it does nothing |