Gromacs  2018.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
anonymous_namespace{sm_keywords.cpp}::t_methoddata_kwstr Struct Reference

Description

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...
 

Member Data Documentation

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.


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