#include <string>
#include <istream>
#include <ostream>
#include "Jeep/JPrint.hh"
#include "Jeep/JProperties.hh"
#include "JLang/JColorFacet.hh"
#include "JGizmo/JRootObjectID.hh"
Go to the source code of this file.
|
std::istream & | JCOMPAREHISTOGRAMS::read (std::istream &in, JTestSummary &summary, const char delimiter= ' ') |
| Read test summary. More...
|
|
std::ostream & | JCOMPAREHISTOGRAMS::print (std::ostream &out, const JTestSummary &summary, const char delimiter= ' ', const bool useColors=true) |
| Print test summary. More...
|
|
template<class T > |
std::ostream & | JCOMPAREHISTOGRAMS::print (std::ostream &out, const JTestSummary &summary, T __begin, T __end, const char delimiter= ' ', const bool useColors=true) |
| Print test summary. More...
|
|