Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <interpolation.h>
Additional Inherited Members | |
![]() | |
Exception (ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const std::string &message, ExitCode e=ExitCode::NOT_OK) | |
Exception (const char *stringFormat, Args &&... args) | |
virtual | ~Exception () noexcept=default |
const char * | what () const noexcept override |
ExitCode | exitCode () const noexcept |
void | appendMessage (const T &message) |
![]() | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
![]() | |
std::string | m_error_msg |
const ExitCode | m_exit_code |
Definition at line 45 of file interpolation.h.