libidav/davqlparser.h

changeset 117
5ffc2f23803f
parent 116
44ffe073b5e3
child 120
246c50447ebf
equal deleted inserted replaced
116:44ffe073b5e3 117:5ffc2f23803f
48 typedef enum { 48 typedef enum {
49 DAVQL_TOKEN_INVALID, DAVQL_TOKEN_KEYWORD, 49 DAVQL_TOKEN_INVALID, DAVQL_TOKEN_KEYWORD,
50 DAVQL_TOKEN_IDENTIFIER, DAVQL_TOKEN_FMTSPEC, 50 DAVQL_TOKEN_IDENTIFIER, DAVQL_TOKEN_FMTSPEC,
51 DAVQL_TOKEN_STRING, DAVQL_TOKEN_NUMBER, DAVQL_TOKEN_TIMESTAMP, 51 DAVQL_TOKEN_STRING, DAVQL_TOKEN_NUMBER, DAVQL_TOKEN_TIMESTAMP,
52 DAVQL_TOKEN_COMMA, DAVQL_TOKEN_OPENP, DAVQL_TOKEN_CLOSEP, 52 DAVQL_TOKEN_COMMA, DAVQL_TOKEN_OPENP, DAVQL_TOKEN_CLOSEP,
53 DAVQL_TOKEN_OPERATOR 53 DAVQL_TOKEN_OPERATOR, DAVQL_TOKEN_END
54 } davqltokenclass_t; 54 } davqltokenclass_t;
55 55
56 /** 56 /**
57 * Enumeration of possible expression types. 57 * Enumeration of possible expression types.
58 */ 58 */

mercurial