UFO: Alien Invasion
Loading...
Searching...
No Matches
binaryexpressionparser.cpp File Reference
#include "binaryexpressionparser.h"
#include "common.h"
Include dependency graph for binaryexpressionparser.cpp:

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)

Enumeration Type Documentation

◆ binaryExpressionParserError_t

Enumerator
BEPERR_NONE 
BEPERR_BRACE 
BEPERR_NOEND 
BEPERR_NOTFOUND 

Definition at line 28 of file binaryexpressionparser.cpp.

Function Documentation

◆ BEP_Evaluate()