Functions that operate on variable list.
-
eValue_t - Type of all numeric values used in expression.
-
eVariables_t - Set of variables.
-
eInitVar - Initialize structure contaning variables.
-
eAddVar - Create a new variable.
-
eAddVarSort - Create a new variable, variables are sorted asciibetically.
-
eGetNumVars - Get total number of variables.
-
eGetVarId - Get ID of a variable of a given name.
-
eGetVarName - Get name of a variable by its ID.
-
eGetVarPtr - Get pointer to a variable.
-
eSetVar - Set value of a variable.
-
eGetVar - Get value of a variable.
-
eIsVarName - Check if variable of a given name exists.
-
eDestroyVar - Remove variable structure from memory.
Functions that operate on variable list.
Alphabetic index
libsexpr - a simple library for parsing arithmetic expressions
© 2003 by Marcin Simonides