|
UFO: Alien Invasion
|

Go to the source code of this file.
Data Structures | |
| class | BinaryExpressionParser |
| Evaluates stuff like this expression. More... | |
Enumerations | |
| enum | binaryExpressionParserError_t { BEPERR_NONE , BEPERR_BRACE , BEPERR_NOEND , BEPERR_NOTFOUND } |
Functions | |
| bool | BEP_Evaluate (const char *expr, BEPEvaluteCallback_t varFuncParam, const void *userdata) |
| Enumerator | |
|---|---|
| BEPERR_NONE | |
| BEPERR_BRACE | |
| BEPERR_NOEND | |
| BEPERR_NOTFOUND | |
Definition at line 28 of file binaryexpressionparser.cpp.
| bool BEP_Evaluate | ( | const char * | expr, |
| BEPEvaluteCallback_t | varFuncParam, | ||
| const void * | userdata ) |
Definition at line 175 of file binaryexpressionparser.cpp.
References BEPERR_BRACE, BEPERR_NOEND, BEPERR_NONE, BEPERR_NOTFOUND, Com_Error(), Com_Printf(), ERR_FATAL, BinaryExpressionParser::getError(), BinaryExpressionParser::getResult(), and Q_strvalid.
Referenced by cgame_import_t::bool(), GAME_GetImportData(), and TEST_F().