#include <string>
#include <vector>
#include <set>
#include <map>
#include <boost/variant.hpp>
#include <boost/algorithm/string/predicate.hpp>
Go to the source code of this file.
Definition in file weDiffLib.h.
typedef variant<string, iweEntity*> WeCmpEntity |
Definition at line 46 of file weDiffLib.h.
typedef vector<WeCmpBlock*> WeCmpResults |
Definition at line 55 of file weDiffLib.h.
typedef vector<WeDiffLibWord> WeDiffLibWordList |
Definition at line 97 of file weDiffLib.h.
enum weCmpMode |
enum weCmpState |
weCmpNonComparable | comparison can't be performed, or error occurred |
weCmpDeleted | |
weCmpLess | |
weCmpEqual | |
weCmpGreather | |
weCmpInserted |
Definition at line 37 of file weDiffLib.h.
WeDiffLibWordList* WeDiffLibTextToList | ( | string | txt, | |
weCmpMode | mode | |||
) |
Definition at line 25 of file weDiffLib.cpp.
WeCmpResults* WeTextDiff | ( | string | txt1, | |
string | txt2, | |||
weCmpMode | mode = weCmpDefault | |||
) |
const weCmpMode weCmpAttributes = (weCmpMode)0x0008 [static] |
Definition at line 65 of file weDiffLib.h.
const weCmpMode weCmpAttrOrder = (weCmpMode)0x0020 [static] |
Definition at line 67 of file weDiffLib.h.
const weCmpMode weCmpAttrValues = (weCmpMode)0x0010 [static] |
Definition at line 66 of file weDiffLib.h.
const weCmpMode weCmpCaseInsens = (weCmpMode)0x0002 [static] |
const weCmpMode weCmpChildren = (weCmpMode)0x0040 [static] |
Definition at line 68 of file weDiffLib.h.
const weCmpMode weCmpChildrenTree = (weCmpMode)0x0080 [static] |
Definition at line 69 of file weDiffLib.h.
const weCmpMode weCmpCollapseSpace = (weCmpMode)0x0004 [static] |
const weCmpMode weCmpDefault = (weCmpMode)0xffff [static] |
Definition at line 71 of file weDiffLib.h.
const weCmpMode weCmpInnerText = (weCmpMode)0x0001 [static] |
Definition at line 62 of file weDiffLib.h.
const weCmpMode weCmpNothing = (weCmpMode)0x0000 [static] |
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
|
1.5.7 |
|