Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
gmx::IOptionManager Class Reference

#include <gromacs/options/options.h>

+ Inheritance diagram for gmx::IOptionManager:

Description

Base class for option managers.

This class is used as a marker for all classes that are used with Options::addManager(). It doesn't provide any methods, but only supports transporting these classes through the Options collection into the individual option implementation classes.

The virtual destructor is present to make this class polymorphic, such that dynamic_cast can be used when retrieving a manager of a certain type for the individual options.


The documentation for this class was generated from the following files: