#include <ccl.h>
Data Fields | |
| enum ccl_rpn_kind | kind |
| node type, one of CCL_RPN_AND, CCL_RPN_OR,.. | |
| union { | |
| struct ccl_rpn_node * p [3] | |
| Boolean including proximity 0=left, 1=right, 2=prox parms. | |
| struct { | |
| char * term | |
| char * qual | |
| struct ccl_rpn_attr * attr_list | |
| } t | |
| Attributes + Term. | |
| char * setname | |
| } | u |
Definition at line 126 of file ccl.h.
node type, one of CCL_RPN_AND, CCL_RPN_OR,..
Definition at line 128 of file ccl.h.
Referenced by ccl_remove_stop_r(), ccl_rpn_delete(), and ccl_rpn_node_create().
struct ccl_rpn_node* ccl_rpn_node::p[3] [read] |
Boolean including proximity 0=left, 1=right, 2=prox parms.
Definition at line 131 of file ccl.h.
Referenced by ccl_remove_stop_r(), ccl_rpn_delete(), and ccl_rpn_node_create().
| char* ccl_rpn_node::term |
| char* ccl_rpn_node::qual |
struct ccl_rpn_attr* ccl_rpn_node::attr_list [read] |
| struct { ... } ccl_rpn_node::t |
| char* ccl_rpn_node::setname |
| union { ... } ccl_rpn_node::u |
Referenced by ccl_remove_stop_r(), ccl_rpn_delete(), and ccl_rpn_node_create().
1.5.6