Gromacs  2026.0-dev-20241212-74b8831
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
t_compiler_data Struct Reference
+ Collaboration diagram for t_compiler_data:

Description

Internal data structure used by the compiler.

Public Attributes

gmx::sel_evalfunc evaluate
 The real evaluation method. More...
 
int refcount
 Number of references to a SEL_SUBEXPR element. More...
 
int flags
 Flags for specifying how to treat this element during compilation. More...
 
gmx_ana_index_tgmin
 Smallest selection that can be selected by the subexpression. More...
 
gmx_ana_index_tgmax
 Largest selection that can be selected by the subexpression. More...
 

Member Data Documentation

gmx::sel_evalfunc t_compiler_data::evaluate

The real evaluation method.

int t_compiler_data::flags

Flags for specifying how to treat this element during compilation.

gmx_ana_index_t* t_compiler_data::gmax

Largest selection that can be selected by the subexpression.

gmx_ana_index_t* t_compiler_data::gmin

Smallest selection that can be selected by the subexpression.

int t_compiler_data::refcount

Number of references to a SEL_SUBEXPR element.


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