|
PLearn 0.1
|
#include <limits>#include "PStream.h"#include "NullPStreamBuf.h"#include "PrPStreamBuf.h"#include <plearn/math/pl_math.h>#include <nspr/prio.h>#include <ctype.h>#include <plearn/io/pl_log.h>
Go to the source code of this file.
Namespaces | |
| namespace | PLearn |
< for swap | |
Defines | |
| #define | IMPLEMENT_NUMTYPE_BINREAD_(NUMTYPE) |
Functions | |
| PStream & | PLearn::get_pnull () |
| PStream & | PLearn::get_pin () |
| PStream & | PLearn::get_pout () |
| PStream & | PLearn::get_pio () |
| PStream & | PLearn::get_perr () |
| PStream & | PLearn::flush (PStream &out) |
| PStream & | PLearn::endl (PStream &out) |
| PStream & | PLearn::ws (PStream &in) |
| string | PLearn::pgetline (PStream &in) |
| returns the next line read from the stream, after removing any trailing '\r' and/or '\n' | |
| void | PLearn::binread_ (PStream &in, bool *x, unsigned int n, unsigned char typecode) |
Variables | |
| PStream | PLearn::pnull = get_pnull() |
| PStream | PLearn::pin = get_pin() |
| PStream | PLearn::pout = get_pout() |
| PStream | PLearn::pio = get_pio() |
| PStream | PLearn::perr = get_perr() |
| #define IMPLEMENT_NUMTYPE_BINREAD_ | ( | NUMTYPE | ) |
Definition at line 1965 of file PStream.cc.
1.7.4