Gromacs
2020.4
|
#include <gromacs/utility/exceptions.h>
Base class for ExceptionInfo.
This class only provides a way to store different ExceptionInfo objects in the same container. Actual access to the ExceptionInfo items is handled by downcasting, after looking up the correct item based on its type.