Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
libpolys
tests
cxxtest
StdioPrinter.h
Go to the documentation of this file.
1
#ifndef __cxxtest__StdioPrinter_h__
2
#define __cxxtest__StdioPrinter_h__
3
4
//
5
// The StdioPrinter is an StdioFilePrinter which defaults to stdout.
6
// This should have been called StdOutPrinter or something, but the name
7
// has been historically used.
8
//
9
10
#include <
cxxtest/StdioFilePrinter.h
>
11
12
namespace
CxxTest
13
{
14
class
StdioPrinter
:
public
StdioFilePrinter
15
{
16
public
:
17
StdioPrinter
( FILE *o = stdout,
const
char
*preLine =
":"
,
const
char
*postLine =
""
) :
18
StdioFilePrinter
( o, preLine, postLine ) {}
19
};
20
}
21
22
#endif // __cxxtest__StdioPrinter_h__
CxxTest::StdioPrinter
Definition:
StdioPrinter.h:14
CxxTest::StdioPrinter::StdioPrinter
StdioPrinter(FILE *o=stdout, const char *preLine=":", const char *postLine="")
Definition:
StdioPrinter.h:17
StdioFilePrinter.h
CxxTest::StdioFilePrinter
Definition:
StdioFilePrinter.h:16
CxxTest
Definition:
Descriptions.cpp:6
Generated on Mon Mar 6 2017 11:17:30 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1