LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
Errors.cpp File Reference

Detailed Description

Author
Rafal Chojna rafal.nosp@m.c@wo.nosp@m.lfram.nosp@m..com
Date
March 31, 2019
+ 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...
 

Macro Definition Documentation

◆ LLU_DEFINE_ERROR_NAME

#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.