#include <diagnostics_common.hpp>
| Public Member Functions | |
| bool | operator() (const int value1, const int value2) const | 
| bool | operator() (const double value1, const double value2) const | 
| bool | operator() (const double value1, const int value2) const | 
| bool | operator() (const int value1, const double value2) const | 
Compare to Diagnostic Values
Definition at line 86 of file diagnostics_common.hpp.
| bool shadow_robot::VariantGreaterThan::operator() | ( | const int | value1, | 
| const int | value2 | ||
| ) | const  [inline] | 
Definition at line 90 of file diagnostics_common.hpp.
| bool shadow_robot::VariantGreaterThan::operator() | ( | const double | value1, | 
| const double | value2 | ||
| ) | const  [inline] | 
Definition at line 95 of file diagnostics_common.hpp.
| bool shadow_robot::VariantGreaterThan::operator() | ( | const double | value1, | 
| const int | value2 | ||
| ) | const  [inline] | 
Definition at line 100 of file diagnostics_common.hpp.
| bool shadow_robot::VariantGreaterThan::operator() | ( | const int | value1, | 
| const double | value2 | ||
| ) | const  [inline] | 
Definition at line 105 of file diagnostics_common.hpp.