Gromacs
2022.2
|
#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.
Public Member Functions | |
IExceptionInfo (const IExceptionInfo &)=default | |
IExceptionInfo (IExceptionInfo &&) noexcept=default | |
IExceptionInfo & | operator= (const IExceptionInfo &)=default |
IExceptionInfo & | operator= (IExceptionInfo &&) noexcept=default |