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