![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
#include "LLU/ErrorLog/Errors.h"
Include dependency graph for Errors.cpp:Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |
| LLU::ErrorName | |
| Names of all errors used across LLU. | |
Macros | |
| #define | LLU_DEFINE_ERROR_NAME(errorIdentifier) const std::string errorIdentifier = #errorIdentifier |
| Helper macro for defining new errors so that for each error we have a std::string variable equal to the error name. More... | |
| #define LLU_DEFINE_ERROR_NAME | ( | errorIdentifier | ) | const std::string errorIdentifier = #errorIdentifier |
Helper macro for defining new errors so that for each error we have a std::string variable equal to the error name.