Go to the source code of this file.
◆ ERROR_IF
| #define ERROR_IF |
( |
| COND, |
|
|
| MSG ) |
◆ FAILURE_IF_FAILED
| #define FAILURE_IF_FAILED |
( |
| RES | ) |
|
◆ FAILURE_IF_NULLOPT_OR_FAILED
| #define FAILURE_IF_NULLOPT_OR_FAILED |
( |
| RES | ) |
|
Value:
return failure(); \
}
static bool didntSucceed(OptionalParseResult res)
Helper function for FAILURE_IF_NULLOPT_OR_FAILED to avoid duplicating its RES parameter.
Definition at line 26 of file DimLvlMapParser.cpp.
◆ didntSucceed()
Helper function for FAILURE_IF_NULLOPT_OR_FAILED to avoid duplicating its RES parameter.
Definition at line 22 of file DimLvlMapParser.cpp.
◆ nth()