Go to the source code of this file.
◆ ERROR_IF
#define ERROR_IF |
( |
|
COND, |
|
|
|
MSG |
|
) |
| |
Value: if (COND) { \
return parser.emitError(loc, MSG); \
}
Definition at line 32 of file DimLvlMapParser.cpp.
◆ 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()
◆ nth()