CPUnit 0.7 (beta)
The REAL C++ port of JUnit.
unittest::impl::StrCat Class Reference

This class is specially designed for use with the UNITTEST_STR macro, and is not intended for anything else. More...

#include <unittest_impl_StrCat.hpp>

List of all members.

Public Member Functions

 StrCat ()
virtual ~StrCat ()
template<class X >
StrCatoperator<< (const X &x)
std::string str () const

Private Attributes

std::ostringstream oss

Detailed Description

This class is specially designed for use with the UNITTEST_STR macro, and is not intended for anything else.

Definition at line 45 of file unittest_impl_StrCat.hpp.


Constructor & Destructor Documentation

unittest::impl::StrCat::StrCat ( )

Definition at line 34 of file unittest_impl_StrCat.cpp.

unittest::impl::StrCat::~StrCat ( ) [virtual]

Definition at line 38 of file unittest_impl_StrCat.cpp.


Member Function Documentation

template<class X >
unittest::impl::StrCat & unittest::impl::StrCat::operator<< ( const X &  x)

Definition at line 34 of file unittest_impl_StrCat.tcc.

std::string unittest::impl::StrCat::str ( ) const

Definition at line 42 of file unittest_impl_StrCat.cpp.


Member Data Documentation

std::ostringstream unittest::impl::StrCat::oss [private]

Definition at line 46 of file unittest_impl_StrCat.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines