Searched defs:ParenPrinter (Results 1 - 1 of 1) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DParenPrinter.h5 // The ParenPrinter is identical to the ErrorPrinter, except it
14 class ParenPrinter : public ErrorPrinter class in namespace:CxxTest
17 ParenPrinter( CXXTEST_STD(ostream) &o = CXXTEST_STD(cout) ) : ErrorPrinter( o, "(", ")" ) {}

Completed in 9 milliseconds