Classes | |
struct | eleminfo |
struct | Point |
struct | uniHunk |
class | PrintCommon |
class | PrintChange |
class | PrintUniHunk |
class | Sequence |
struct | idxLcs |
class | Lcs |
class | Ses |
class | Diff |
class | Diff3 |
Typedefs | |
typedef int | editType |
typedef struct dtl::eleminfo | elemInfo |
typedef struct dtl::Point | P |
typedef std::vector< int > | editPath |
typedef std::vector< P > | editPathCordinates |
Variables | |
const editType | SES_DELETE = -2 |
23.06.2009: fixed by A. Abramov to reach weCmpState compatibility | |
const editType | SES_COMMON = 0 |
const editType | SES_ADD = 2 |
23.06.2009: fixed by A. Abramov to reach weCmpState compatibility | |
const std::string | SES_MARK_DELETE = "-" |
const std::string | SES_MARK_COMMON = " " |
const std::string | SES_MARK_ADD = "+" |
const unsigned int | MAX_CORDINATES_SIZE = 2000000 |
typedef std::vector<int> dtl::editPath |
typedef std::vector<P> dtl::editPathCordinates |
typedef int dtl::editType |
typedef struct dtl::eleminfo dtl::elemInfo |
info for Unified Format
typedef struct dtl::Point dtl::P |
cordinate for registering route
const unsigned int dtl::MAX_CORDINATES_SIZE = 2000000 |
const editType dtl::SES_ADD = 2 |
const editType dtl::SES_COMMON = 0 |
const editType dtl::SES_DELETE = -2 |
const std::string dtl::SES_MARK_ADD = "+" |
const std::string dtl::SES_MARK_COMMON = " " |
const std::string dtl::SES_MARK_DELETE = "-" |
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:32 2009 for WebEngine by |
|
1.5.7 |
|