Alexandria
2.16
Please provide a description of the 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) |
![]() | |
std::string | m_error_msg |
const ExitCode | m_exit_code |
Definition at line 45 of file interpolation.h.