1 #ifndef __cxxtest__ErrorPrinter_h__
2 #define __cxxtest__ErrorPrinter_h__
13 #ifndef _CXXTEST_HAVE_STD
14 # define _CXXTEST_HAVE_STD
20 #ifdef _CXXTEST_OLD_STD
21 # include <iostream.h>
46 char s[1 + 3 *
sizeof(unsigned)];
47 numberToString(
i,
s );
Adapter(CXXTEST_STD(ostream) &o)
OutputStream & operator<<(const char *s)
OutputStream & operator<<(unsigned i)
OutputStream & operator<<(Manipulator m)
ErrorPrinter(CXXTEST_STD(ostream) &o=CXXTEST_STD(cout), const char *preLine=":", const char *postLine="")
virtual OutputStream & operator<<(unsigned)
void(* Manipulator)(OutputStream &)