CPUnit 0.7 (beta)
The REAL C++ port of JUnit.
|
#include <unittest_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 unittest_impl_BootStream.hpp.
unittest::impl::BootStream::BootStream | ( | ) | [private] |
unittest::impl::BootStream::~BootStream | ( | ) | [private] |
void unittest::impl::BootStream::dispose | ( | ) | [static] |
Definition at line 46 of file unittest_impl_BootStream.cpp.
unittest::impl::SafeStream unittest::impl::BootStream::instance | ( | ) | [static] |
Definition at line 37 of file unittest_impl_BootStream.cpp.
bool unittest::impl::BootStream::disposed [static, private] |
Definition at line 48 of file unittest_impl_BootStream.hpp.
std::ofstream * unittest::impl::BootStream::outfile [static, private] |
Definition at line 49 of file unittest_impl_BootStream.hpp.