![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
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... | |
Abstract interface class used to select strings by name.
|
pure virtual |
Performs a single string match test against testValue.
| true | The testValue argument matches. |
| false | No match was made against the argument. |
Implemented in elftosb::FixedMatcher, elftosb::ExcludesListMatcher, elftosb::GlobMatcher, and elftosb::WildcardMatcher.