1191:11a0f6f0f30b | 1192:1f69336faa63 |
---|---|
307 /** | 307 /** |
308 * The token type. | 308 * The token type. |
309 */ | 309 */ |
310 CxJsonTokenType tokentype; | 310 CxJsonTokenType tokentype; |
311 /** | 311 /** |
312 * True, iff the @c content must be passed to cx_strfree(). | 312 * True, if the @c content must be passed to cx_strfree(). |
313 */ | 313 */ |
314 bool allocated; | 314 bool allocated; |
315 /** | 315 /** |
316 * The token text, if any. | 316 * The token text, if any. |
317 * | 317 * |