Gromacs
2024.3
|
#include <gromacs/options/options.h>
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.