Class ContextManager

Inheritance Relationships

Derived Types

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