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
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
juce::WildCardMatcher< CharPointer > Struct Template Reference

Static Public Member Functions

static bool matches (CharPointer wildcard, CharPointer test, const bool ignoreCase) noexcept
 
static bool characterMatches (const juce_wchar wc, const juce_wchar tc, const bool ignoreCase) noexcept
 
static bool matchesAnywhere (const CharPointer wildcard, CharPointer test, const bool ignoreCase) noexcept
 

Detailed Description

template<typename CharPointer>
struct juce::WildCardMatcher< CharPointer >

Definition at line 1106 of file juce_String.cpp.

Member Function Documentation

◆ characterMatches()

template<typename CharPointer >
static bool juce::WildCardMatcher< CharPointer >::characterMatches ( const juce_wchar  wc,
const juce_wchar  tc,
const bool  ignoreCase 
)
staticnoexcept

Definition at line 1125 of file juce_String.cpp.

◆ matches()

template<typename CharPointer >
static bool juce::WildCardMatcher< CharPointer >::matches ( CharPointer  wildcard,
CharPointer  test,
const bool  ignoreCase 
)
staticnoexcept

Definition at line 1108 of file juce_String.cpp.

◆ matchesAnywhere()

template<typename CharPointer >
static bool juce::WildCardMatcher< CharPointer >::matchesAnywhere ( const CharPointer  wildcard,
CharPointer  test,
const bool  ignoreCase 
)
staticnoexcept

Definition at line 1131 of file juce_String.cpp.


The documentation for this struct was generated from the following file: