Gromacs
2018.8
|
Functions | |
void | visitOption (OptionsVisitor *visitor, OptionInfo &optionInfo) |
Helper function to call visitOptions() and handle correct indirection. | |
void | visitOption (OptionsModifyingVisitor *visitor, OptionInfo &optionInfo) |
Helper function to call visitOptions() and handle correct indirection. | |
template<class VisitorType > | |
void | acceptOptionsGroup (const internal::OptionSectionImpl::Group &group, VisitorType *visitor) |
Helper function to recursively visit all options in a group. | |