Asterisk - The Open Source Telephony Project
21.4.1
|
A token in the expression or an evaluated part of the expression. More...
Data Fields | |
char | field [] |
The field in the expression. | |
struct expression_token * | next |
The next expression token in the queue. | |
struct operator* | op |
An operator that evaluates expressions. | |
int | result |
The result of an evaluated expression. | |
enum expression_token_type | token_type |
The type of value stored in the expression token. | |
A token in the expression or an evaluated part of the expression.
Definition at line 145 of file res_pjsip_history.c.