Kinetis Bootloader Host  2.0.0
Host Tools for Kinetis devices
elftosb::StringMatcher Class Referenceabstract

Abstract interface class used to select strings by name. More...

#include <StringMatcher.h>

+ Inheritance diagram for elftosb::StringMatcher:

Public Member Functions

virtual bool match (const std::string &testValue)=0
 Performs a single string match test against testValue. More...
 

Detailed Description

Abstract interface class used to select strings by name.

Member Function Documentation

virtual bool elftosb::StringMatcher::match ( const std::string &  testValue)
pure virtual

Performs a single string match test against testValue.

Return values
trueThe testValue argument matches.
falseNo match was made against the argument.

Implemented in elftosb::FixedMatcher, elftosb::ExcludesListMatcher, elftosb::GlobMatcher, and elftosb::WildcardMatcher.


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