#include "UT_API.h"Go to the source code of this file.
Typedefs | |
| typedef const char *(* | UTVarCallback )(const char *str, void *userdata) |
Functions | |
| UT_API int | UTVariableScan (UT_WorkBuffer &outstr, const char *instr, UTVarCallback lookup, void *userdata, bool tildeexpand=true, bool commentsexpand=true) |
| UT_API int | UTExprVariableScan (UT_WorkBuffer &outstr, const char *instr, UTVarCallback lookup, UTVarCallback expreval, void *userdata, bool varexpand=true, bool tildeexpand=true, bool commentsexpand=true) |
| typedef const char*(* UTVarCallback)(const char *str, void *userdata) |
Definition at line 28 of file UT_VarScan.h.
| UT_API int UTExprVariableScan | ( | UT_WorkBuffer & | outstr, | |
| const char * | instr, | |||
| UTVarCallback | lookup, | |||
| UTVarCallback | expreval, | |||
| void * | userdata, | |||
| bool | varexpand = true, |
|||
| bool | tildeexpand = true, |
|||
| bool | commentsexpand = true | |||
| ) |
| UT_API int UTVariableScan | ( | UT_WorkBuffer & | outstr, | |
| const char * | instr, | |||
| UTVarCallback | lookup, | |||
| void * | userdata, | |||
| bool | tildeexpand = true, |
|||
| bool | commentsexpand = true | |||
| ) |
1.5.9