|
Gromacs
2026.0-dev-20251114-850eace
|
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.
1.8.5