Gromacs
2025.0-dev-20241011-013a99c
|
Data structure for string keyword expression evaluation.
Public Attributes | |
gmx::SelectionStringMatchType | matchType |
Matching type for the strings. More... | |
char ** | v |
Array of values for the keyword. More... | |
std::vector < StringKeywordMatchItem > | matches |
Array of strings/regular expressions to match against. More... | |
std::vector<StringKeywordMatchItem> anonymous_namespace{sm_keywords.cpp}::t_methoddata_kwstr::matches |
Array of strings/regular expressions to match against.
gmx::SelectionStringMatchType anonymous_namespace{sm_keywords.cpp}::t_methoddata_kwstr::matchType |
Matching type for the strings.
char** anonymous_namespace{sm_keywords.cpp}::t_methoddata_kwstr::v |
Array of values for the keyword.