#include <functional>
#include "utap/builder.h"
Go to the source code of this file.
Defines | |
#define | MAXLEN 64 |
Enumerations | |
enum | syntax_t { SYNTAX_OLD = 1, SYNTAX_NEW = 2, SYNTAX_PROPERTY = 4, SYNTAX_GUIDING = 8 } |
Functions | |
template<typename ReturnType, typename CalleeType, typename ArgType> | |
other_mem_fun_t< ReturnType, CalleeType, ArgType > | other_mem_fun (CalleeType *callee, ReturnType(CalleeType::*pfn)(ArgType)) |
bool | isKeyword (const char *id, uint32_t syntax) |
|
|
|
|
|
|
|
|