|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Classes | |
| struct | StringRegion |
Public Types | |
| enum | { minLengthToMatch , maxComplexity } |
Static Public Member Functions | |
| static void | addInsertion (TextDiff &td, String::CharPointerType text, int index, int length) |
| static void | addDeletion (TextDiff &td, int index, int length) |
| static void | diffSkippingCommonStart (TextDiff &td, StringRegion a, StringRegion b) |
| static void | diffRecursively (TextDiff &td, StringRegion a, StringRegion b) |
| static int | findLongestCommonSubstring (String::CharPointerType a, const int lenA, int &indexInA, String::CharPointerType b, const int lenB, int &indexInB) noexcept |
| static int | findLongestCommonSubstring (String::CharPointerType a, const int lenA, int &indexInA, String::CharPointerType b, const int lenB, int &indexInB, const size_t scratchSpace, int *const lines) noexcept |
| static int | findCommonSuffix (String::CharPointerType a, int lenA, int &indexInA, String::CharPointerType b, int lenB, int &indexInB) noexcept |
Definition at line 26 of file juce_TextDiff.cpp.
Definition at line 28 of file juce_TextDiff.cpp.
Definition at line 54 of file juce_TextDiff.cpp.
|
static |
Definition at line 45 of file juce_TextDiff.cpp.
|
static |
Definition at line 79 of file juce_TextDiff.cpp.
|
static |
Definition at line 62 of file juce_TextDiff.cpp.
|
staticnoexcept |
Definition at line 179 of file juce_TextDiff.cpp.
|
staticnoexcept |
Definition at line 105 of file juce_TextDiff.cpp.
|
staticnoexcept |
Definition at line 130 of file juce_TextDiff.cpp.