COOPY » Guide
version 0.6.5
|
#include <MatchUnit.h>
Public Member Functions | |
MatchUnit () | |
MatchUnit (int pivot, int local, int remote, bool deleted, int status) | |
Data Fields | |
int | pivotUnit |
int | localUnit |
int | remoteUnit |
bool | deleted |
int | status |
Definition at line 18 of file MatchUnit.h.
coopy::cmp::MatchUnit::MatchUnit | ( | ) | [inline] |
Definition at line 26 of file MatchUnit.h.
References deleted, localUnit, coopy::cmp::MATCH_UNIT_NONE, pivotUnit, remoteUnit, and status.
coopy::cmp::MatchUnit::MatchUnit | ( | int | pivot, |
int | local, | ||
int | remote, | ||
bool | deleted, | ||
int | status | ||
) | [inline] |
Definition at line 32 of file MatchUnit.h.
References deleted, localUnit, pivotUnit, remoteUnit, and status.
Definition at line 23 of file MatchUnit.h.
Referenced by MatchUnit(), coopy::cmp::OrderMerge::merge(), coopy::cmp::Merger::merge(), and coopy::cmp::Merger::mergeRow().
Definition at line 21 of file MatchUnit.h.
Referenced by MatchUnit(), coopy::cmp::OrderMerge::merge(), coopy::cmp::Merger::merge(), and coopy::cmp::Merger::mergeRow().
Definition at line 20 of file MatchUnit.h.
Referenced by MatchUnit(), coopy::cmp::OrderMerge::merge(), coopy::cmp::Merger::merge(), and coopy::cmp::Merger::mergeRow().
Definition at line 22 of file MatchUnit.h.
Referenced by MatchUnit(), coopy::cmp::OrderMerge::merge(), coopy::cmp::Merger::merge(), and coopy::cmp::Merger::mergeRow().
Definition at line 24 of file MatchUnit.h.
Referenced by MatchUnit().