CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
#include <cpunit_impl_BootStream.hpp>
Public Member Functions | |
SafeStream (std::ostream *o) | |
~SafeStream () | |
void | trace (const std::string &msg) |
Private Attributes | |
std::ostream * | out |
Definition at line 38 of file cpunit_impl_BootStream.hpp.
cpunit::impl::SafeStream::SafeStream | ( | std::ostream * | o | ) |
Definition at line 56 of file cpunit_impl_BootStream.cpp.
cpunit::impl::SafeStream::~SafeStream | ( | ) |
Definition at line 60 of file cpunit_impl_BootStream.cpp.
void cpunit::impl::SafeStream::trace | ( | const std::string & | msg | ) |
Definition at line 64 of file cpunit_impl_BootStream.cpp.
std::ostream* cpunit::impl::SafeStream::out [private] |
Definition at line 39 of file cpunit_impl_BootStream.hpp.