1#ifndef __cxxtest__StdioPrinter_h__
2#define __cxxtest__StdioPrinter_h__
17 StdioPrinter( FILE *o = stdout,
const char *preLine =
":",
const char *postLine =
"" ) :
StdioFilePrinter(FILE *o, const char *preLine=":", const char *postLine="")
StdioPrinter(FILE *o=stdout, const char *preLine=":", const char *postLine="")