My Project
|
Public Member Functions | |
Adapter (CXXTEST_STD(ostream) &o) | |
void | flush () |
OutputStream & | operator<< (const char *s) |
OutputStream & | operator<< (Manipulator m) |
OutputStream & | operator<< (unsigned i) |
Public Member Functions inherited from CxxTest::OutputStream | |
virtual | ~OutputStream () |
virtual void | flush () |
virtual OutputStream & | operator<< (unsigned) |
virtual OutputStream & | operator<< (const char *) |
virtual OutputStream & | operator<< (Manipulator m) |
Private Member Functions | |
CXXTEST_STD (ostream) &_o | |
Additional Inherited Members | |
Public Types inherited from CxxTest::OutputStream | |
typedef void(* | Manipulator) (OutputStream &) |
Static Public Member Functions inherited from CxxTest::OutputStream | |
static void | endl (OutputStream &o) |
Definition at line 36 of file ErrorPrinter.h.
|
inline |
Definition at line 40 of file ErrorPrinter.h.
|
private |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from CxxTest::OutputStream.
Definition at line 43 of file ErrorPrinter.h.
|
inlinevirtual |
Reimplemented from CxxTest::OutputStream.
Definition at line 44 of file ErrorPrinter.h.