Top |
Represents a CTPL language token.
Tokens are created by the lexers,
CtplLexer and CtplLexerExpr.A CtplToken is freed with ctpl_token_free()
, and a CtplTokenExpr is freed
with ctpl_token_expr_free()
.
void
ctpl_token_expr_free (CtplTokenExpr *token
);
Frees all memory used by a CtplTokenExpr.