继承自 Object .
此类包含比较过程的所有结果,包括基本文档和比较文档中的结果。 此类用作函数Comparison::DoCompare的返回类型。
- 参见
- Comparison。
◆ CompareResults() [1/2]
带参数的构造函数。
- 参数
-
| [in] | base_doc_results | 基本文档的比较结果。 |
| [in] | compared_doc_results | 比较文档的比较结果。 |
◆ CompareResults() [2/2]
| foxit::addon::comparison::CompareResults::CompareResults |
( |
const CompareResults & |
compare_results | ) |
|
|
inline |
带另一个比较结果对象的构造函数。
- 参数
-
| [in] | compare_results | 另一个比较结果对象。 |
◆ Clear()
| void foxit::addon::comparison::CompareResults::Clear |
( |
| ) |
|
|
inline |
◆ operator=()
赋值操作符。
- 参数
-
| [in] | compare_results | 另一个比较结果对象,其值将被赋给当前对象。 |
- 返回
- 当前对象自身的引用。