|
UFO: Alien Invasion
|
#include "../shared/cxx.h"

Go to the source code of this file.
Typedefs | |
| typedef int(* | BEPEvaluteCallback_t) (const char *var, const void *userdata) |
Functions | |
| bool | BEP_Evaluate (const char *expr, BEPEvaluteCallback_t varFunc, const void *userdata=nullptr) |
Definition at line 32 of file binaryexpressionparser.h.
| bool BEP_Evaluate | ( | const char * | expr, |
| BEPEvaluteCallback_t | varFunc, | ||
| const void * | userdata = nullptr ) |
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().