|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include <interpolation.h>


Additional Inherited Members | |
Public Member Functions inherited from Elements::Exception | |
| 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) | |
| snprintf (message, len, stringFormat, std::forward< Args >(args)...) | |
| virtual | ~Exception () noexcept=default |
| const char * | what () const noexceptoverride |
| ExitCode | exitCode () const noexcept |
| void | appendMessage (const T &message) |
Public Member Functions inherited from std::exception | |
| T | what (T...args) |
| T | ~exception (T...args) |
| T | operator= (T...args) |
| T | exception (T...args) |
Public Attributes inherited from Elements::Exception | |
| code | |
| char * | message |
| m_error_msg | |
| delete[] | message |
Protected Attributes inherited from Elements::Exception | |
| std::string | m_error_msg |
| const ExitCode | m_exit_code |
Definition at line 45 of file interpolation.h.
1.8.5