Gromacs
2026.0-dev-20250416-f1d17c1
|
#include <functional>
#include <optional>
#include <type_traits>
#include <vector>
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxassert.h"
Declares gmx::MDModulesNotifier and builder.
Classes | |
class | gmx::MDModulesNotifier< CallParameter, MDModulesNotifierBase > |
Organizes notifications about an event of interest to modules. More... | |
struct | gmx::BuildMDModulesNotifier< CurrentCallParameter, CallParameter...> |
Template specialization to assemble MDModulesNotifier. More... | |