CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
#include <cpunit_impl_BootStream.hpp>
Static Public Member Functions | |
static SafeStream | instance () |
static void | dispose () |
Private Member Functions | |
BootStream () | |
~BootStream () | |
Static Private Attributes | |
static bool | disposed |
static std::ofstream * | outfile |
Definition at line 47 of file cpunit_impl_BootStream.hpp.
cpunit::impl::BootStream::BootStream | ( | ) | [private] |
cpunit::impl::BootStream::~BootStream | ( | ) | [private] |
void cpunit::impl::BootStream::dispose | ( | ) | [static] |
Definition at line 46 of file cpunit_impl_BootStream.cpp.
cpunit::impl::SafeStream cpunit::impl::BootStream::instance | ( | ) | [static] |
Definition at line 37 of file cpunit_impl_BootStream.cpp.
bool cpunit::impl::BootStream::disposed [static, private] |
Definition at line 48 of file cpunit_impl_BootStream.hpp.
std::ofstream * cpunit::impl::BootStream::outfile [static, private] |
Definition at line 49 of file cpunit_impl_BootStream.hpp.