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
46 char s[1 + 3 *
sizeof(unsigned)];
47 numberToString(
i,
s );
OutputStream & operator<<(const char *s)
Adapter(CXXTEST_STD(ostream) &o)
OutputStream & operator<<(Manipulator m)
OutputStream & operator<<(unsigned i)
ErrorPrinter(CXXTEST_STD(ostream) &o=CXXTEST_STD(cout), const char *preLine=":", const char *postLine="")
virtual OutputStream & operator<<(unsigned)
void(* Manipulator)(OutputStream &)