#include <string>
#include <istream>
#include <ostream>
#include "Jeep/JPrint.hh"
#include "Jeep/JProperties.hh"
#include "JLang/JManip.hh"
#include "JLang/JVectorize.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) |
| Read test summary.
|
|
template<class T > |
std::ostream & | JCOMPAREHISTOGRAMS::print (std::ostream &out, const JTestSummary &summary, T __begin, T __end, const bool useColors=true, const JFormat_t &formatting=JFormat_t(18, 3, std::ios::fixed)) |
| Print test summary.
|
|
std::ostream & | JCOMPAREHISTOGRAMS::print (std::ostream &out, const JTestSummary &summary, const bool useColors=true, const JFormat_t &formatting=JFormat_t(18, 3, std::ios::fixed)) |
| Print test summary.
|
|