|
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 |
Public Member Functions | |
| StringRegion (const String &s) noexcept | |
| StringRegion (String::CharPointerType t, int s, int len) noexcept | |
| void | incrementStart () noexcept |
Public Attributes | |
| String::CharPointerType | text |
| int | start |
| int | length |
Definition at line 31 of file juce_TextDiff.cpp.
Definition at line 33 of file juce_TextDiff.cpp.
|
noexcept |
Definition at line 36 of file juce_TextDiff.cpp.
|
noexcept |
Definition at line 39 of file juce_TextDiff.cpp.
| int juce::TextDiffHelpers::StringRegion::length |
Definition at line 42 of file juce_TextDiff.cpp.
| int juce::TextDiffHelpers::StringRegion::start |
Definition at line 42 of file juce_TextDiff.cpp.
| String::CharPointerType juce::TextDiffHelpers::StringRegion::text |
Definition at line 41 of file juce_TextDiff.cpp.