Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
#include <functional>
#include <vector>
+ Include dependency graph for mdmodulesnotifier.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares gmx::MDModulesNotifier and builder.

Author
Christian Blau blau@.nosp@m.kth..nosp@m.se

Classes

class  gmx::MDModulesNotifier< CallParameter, MDModulesNotifierBase >
 Organizes notifications about an event of interest to modules. More...
 
struct  gmx::BuildMDModulesNotifier< CallParameter >
 Aide to avoid nested MDModulesNotifier definition. More...
 
struct  gmx::BuildMDModulesNotifier<>
 Template specialization to end parameter unpacking recursion. More...
 
class  gmx::BuildMDModulesNotifier<>::NoCallParameter
 Do nothing but be base class of MDModulesNotifier. More...
 
struct  gmx::BuildMDModulesNotifier< CurrentCallParameter, CallParameter...>
 Template specialization to assemble MDModulesNotifier. More...