Arguments for VariableComparer methods. More...
#include <arcane/core/VariableComparer.h>
Public Member Functions | |
| void | setMaxPrint (Int32 v) |
| Sets the number of errors to display in the listing. | |
| Int32 | maxPrint () const |
| void | setCompareGhost (bool v) |
| Indicates on which entities the comparison is performed. | |
| bool | isCompareGhost () const |
| void | setDataReader (IDataReader *v) |
| IDataReader * | dataReader () const |
| void | setCompareMode (eVariableComparerCompareMode v) |
| eVariableComparerCompareMode | compareMode () const |
| void | setComputeDifferenceMethod (eVariableComparerComputeDifferenceMethod v) |
| eVariableComparerComputeDifferenceMethod | computeDifferenceMethod () const |
Arguments for VariableComparer methods.
Definition at line 60 of file VariableComparer.h.
|
inline |
Definition at line 89 of file VariableComparer.h.
|
inline |
Definition at line 92 of file VariableComparer.h.
|
inline |
Definition at line 86 of file VariableComparer.h.
|
inline |
Definition at line 83 of file VariableComparer.h.
|
inline |
Definition at line 71 of file VariableComparer.h.
|
inline |
Indicates on which entities the comparison is performed.
If v is true, compares the values both on the proper entities and the ghost entities. Otherwise, it only performs the comparison on the proper entities.
This parameter is only used if compareMode() equals eCompareMode::Same.
Definition at line 82 of file VariableComparer.h.
Referenced by Arcane::Variable::checkIfSame(), and Arcane::Variable::checkIfSync().
|
inline |
Definition at line 88 of file VariableComparer.h.
|
inline |
Definition at line 91 of file VariableComparer.h.
|
inline |
Definition at line 85 of file VariableComparer.h.
|
inline |
Sets the number of errors to display in the listing.
If 0, no elements are displayed. If positive, displays at most v elements. If negative, all elements are displayed.
Definition at line 70 of file VariableComparer.h.
Referenced by Arcane::Variable::checkIfSame(), Arcane::Variable::checkIfSameOnAllReplica(), and Arcane::Variable::checkIfSync().