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

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>

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 CPUNIT_STR macro, and is not intended for anything else.

Definition at line 45 of file cpunit_impl_StrCat.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

template<class X >
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.


Member Data Documentation

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

Definition at line 46 of file cpunit_impl_StrCat.hpp.


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