CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
This class is specially designed for use with the CPUNIT_STR macro, and is not intended for anything else. More...
#include <cpunit_impl_StrCat.hpp>
Public Member Functions | |
StrCat () | |
virtual | ~StrCat () |
template<class X > | |
StrCat & | operator<< (const X &x) |
std::string | str () const |
Private Attributes | |
std::ostringstream | oss |
This class is specially designed for use with the CPUNIT_STR macro, and is not intended for anything else.
Definition at line 45 of file cpunit_impl_StrCat.hpp.
cpunit::impl::StrCat::StrCat | ( | ) |
Definition at line 34 of file cpunit_impl_StrCat.cpp.
cpunit::impl::StrCat::~StrCat | ( | ) | [virtual] |
Definition at line 38 of file cpunit_impl_StrCat.cpp.
cpunit::impl::StrCat & cpunit::impl::StrCat::operator<< | ( | const X & | x | ) |
Definition at line 34 of file cpunit_impl_StrCat.tcc.
std::string cpunit::impl::StrCat::str | ( | ) | const |
Definition at line 42 of file cpunit_impl_StrCat.cpp.
std::ostringstream cpunit::impl::StrCat::oss [private] |
Definition at line 46 of file cpunit_impl_StrCat.hpp.