Definition at line 55 of file compare.h.
#include <compare.h>
|
| template<class t_Left , class t_Right > |
| bool | compare (const t_Left &left, const t_Right &right, const Parameters ¶m) |
| |
| template<class t_Ariles > |
| const Parameters & | getParameters (const t_Ariles &ariles_class) const |
| |
| template<class t_Left , class t_Right > |
| void | start (const t_Left &left, const t_Right &right, const std::string &name, const Parameters ¶m) |
| |
| template<class t_Left , class t_Right > |
| void | operator() (const t_Left &left, const t_Right &right, const std::string &name, const Parameters ¶m) |
| |
|
| template<typename t_Scalar > |
| static bool | compareFloats (const t_Scalar left, const t_Scalar right, const Parameters ¶m) |
| |
◆ Parameters
◆ compare()
template<class t_Left , class t_Right >
| bool ariles::compare::Visitor::compare |
( |
const t_Left & |
left, |
|
|
const t_Right & |
right, |
|
|
const Parameters & |
param |
|
) |
| |
|
inline |
◆ compareFloats()
template<typename t_Scalar >
| static bool ariles::compare::Visitor::compareFloats |
( |
const t_Scalar |
left, |
|
|
const t_Scalar |
right, |
|
|
const Parameters & |
param |
|
) |
| |
|
inlinestatic |
◆ getDefaultParameters()
◆ getParameters()
template<class t_Ariles >
| const Parameters& ariles::compare::Visitor::getParameters |
( |
const t_Ariles & |
ariles_class | ) |
const |
|
inline |
◆ operator()()
template<class t_Left , class t_Right >
| void ariles::compare::Visitor::operator() |
( |
const t_Left & |
left, |
|
|
const t_Right & |
right, |
|
|
const std::string & |
name, |
|
|
const Parameters & |
param |
|
) |
| |
|
inline |
◆ start()
template<class t_Left , class t_Right >
| void ariles::compare::Visitor::start |
( |
const t_Left & |
left, |
|
|
const t_Right & |
right, |
|
|
const std::string & |
name, |
|
|
const Parameters & |
param |
|
) |
| |
|
inline |
◆ equal_
| bool ariles::compare::Visitor::equal_ |
The documentation for this class was generated from the following file: