Gromacs
2025-dev-20241003-bd59e46
|
Single item in the list of strings/regular expressions to match.
Public Member Functions | |
StringKeywordMatchItem (gmx::SelectionStringMatchType matchType, const char *str) | |
Constructs a matcher from a string. More... | |
bool | match (gmx::SelectionStringMatchType matchType, const char *value) const |
Checks whether this item matches a string. More... | |
|
inline |
Constructs a matcher from a string.
[in] | matchType | String matching type. |
[in] | str | String to use for matching. |
|
inline |
Checks whether this item matches a string.
[in] | matchType | String matching type. |
[in] | value | String to match. |
value
.