OpenShot Library | OpenShotAudio 0.2.2
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 1117 of file juce_String.cpp.

Member Function Documentation

◆ matches()

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

Definition at line 1119 of file juce_String.cpp.

◆ characterMatches()

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

Definition at line 1136 of file juce_String.cpp.

◆ matchesAnywhere()

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

Definition at line 1142 of file juce_String.cpp.


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