1#ifndef __cxxtest__StdioFilePrinter_h__
2#define __cxxtest__StdioFilePrinter_h__
virtual OutputStream & operator<<(unsigned)
void(* Manipulator)(OutputStream &)
OutputStream & operator<<(const char *s)
OutputStream & operator<<(Manipulator m)
Adapter & operator=(const Adapter &)
OutputStream & operator<<(unsigned i)
virtual ~StdioFilePrinter()
StdioFilePrinter(FILE *o, const char *preLine=":", const char *postLine="")