PLearn 0.1
|
#include "PStreamBufTest.h"
#include <iostream>
#include <string>
#include <plearn/io/openString.h>
#include <plearn/io/StringPStreamBuf.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
void | PLearn::test (const char *test_name, const std::string actual, const std::string expected) |
Complains if the actual and expected string parameters are not equal. | |
static std::string | PLearn::char_string (int c) |
Returns a string with the character, or "EOF" for the end of file value. | |
static void | PLearn::test (const char *test_name, const int actual, const int expected) |
Complains if the actual and expected char parameters are not equal. | |
void | PLearn::test_read () |
void | PLearn::test_write () |
void | PLearn::test_write_unbuffered () |
void | PLearn::test_negchar () |
Definition in file PStreamBufTest.cc.