![]() |
Cluedo Solver v1.0
Cluedo game solver making deductions.
|
This file contains the list of errors that can occur in the application. More...
#include <string_view>
Go to the source code of this file.
Macros | |
#define | _ENUMERATE_ERRORS |
A macro that enumerates the errors that can occur in the application. | |
#define | _ENUMERATE_ERROR(x) |
Enumerations | |
enum class | Cluedo::Error { _ENUMERATE_ERROR , _ENUMERATE_ERRORS } |
Functions | |
std::string_view | Cluedo::format_as (Error error) |
This file contains the list of errors that can occur in the application.
#define _ENUMERATE_ERROR | ( | x | ) |
#define _ENUMERATE_ERRORS |
A macro that enumerates the errors that can occur in the application.
|
strong |
The list of errors that can occur in the application.