#include <functional>
#include "utap/builder.h"
Go to the source code of this file.
Namespaces | |
namespace | UTAP |
Classes | |
class | UTAP::PositionTracker |
Help class used by the lexer, parser and xmlreader to keep track of the current position. More... | |
Defines | |
#define | MAXLEN 64 |
Enumerations | |
enum | syntax_t { SYNTAX_OLD = (1 << 0), SYNTAX_NEW = (1 << 1), SYNTAX_PROPERTY = (1 << 2), SYNTAX_GUIDING = (1 << 3), SYNTAX_TIGA = (1 << 4), SYNTAX_SSQL = (1 << 5) } |
Functions | |
bool | isKeyword (const char *id, uint32_t syntax) |
#define MAXLEN 64 |
enum syntax_t |
bool isKeyword | ( | const char * | id, | |
uint32_t | syntax | |||
) |