PLearn 0.1
Classes | Namespaces | Functions | Variables
PStream_util.h File Reference
#include <string>
Include dependency graph for PStream_util.h:
This graph shows which files directly or indirectly include this file:

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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines