Class ContextManager
Defined in File misc.h
Inheritance Relationships
Derived Types
public amici::ConditionContext
(Class ConditionContext)public amici::FinalStateStorer
(Class FinalStateStorer)public amici::ModelContext
(Class ModelContext)
Class Documentation
-
class ContextManager
Generic implementation for a context manager, explicitly deletes copy and move operators for derived classes.
Subclassed by amici::ConditionContext, amici::FinalStateStorer, amici::ModelContext
Public Functions
-
ContextManager() = default
-
ContextManager(ContextManager &other) = delete
-
ContextManager(ContextManager &&other) = delete
-
ContextManager() = default