PLearn 0.1
Namespaces | Functions
PStreamBufTest.cc File Reference
#include "PStreamBufTest.h"
#include <iostream>
#include <string>
#include <plearn/io/openString.h>
#include <plearn/io/StringPStreamBuf.h>
Include dependency graph for PStreamBufTest.cc:

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 ()

Detailed Description

Definition in file PStreamBufTest.cc.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines