webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::MatchTester Struct Reference

Public Member Functions

 MatchTester (const String &pattern, const String &test)
 
bool testStringFinished () const
 
bool patternStringFinished () const
 
void eatWildcard ()
 
void eatSameChars ()
 
bool test ()
 

Public Attributes

const String m_pattern
 
unsigned m_patternIndex
 
const String m_test
 
unsigned m_testIndex
 

Constructor & Destructor Documentation

◆ MatchTester()

WebCore::MatchTester::MatchTester ( const String pattern,
const String test 
)
inline

Member Function Documentation

◆ eatSameChars()

void WebCore::MatchTester::eatSameChars ( )
inline

◆ eatWildcard()

void WebCore::MatchTester::eatWildcard ( )
inline

◆ patternStringFinished()

bool WebCore::MatchTester::patternStringFinished ( ) const
inline

◆ test()

bool WebCore::MatchTester::test ( )
inline

◆ testStringFinished()

bool WebCore::MatchTester::testStringFinished ( ) const
inline

Member Data Documentation

◆ m_pattern

const String WebCore::MatchTester::m_pattern

◆ m_patternIndex

unsigned WebCore::MatchTester::m_patternIndex

◆ m_test

const String WebCore::MatchTester::m_test

◆ m_testIndex

unsigned WebCore::MatchTester::m_testIndex

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