Data Fields | |
| char * | name |
| int | no_sub |
| struct ccl_qualifier ** | sub |
| struct ccl_rpn_attr * | attr_list |
| struct ccl_qualifier * | next |
CCL Qualifier
Definition at line 17 of file cclqual.c.
| struct ccl_rpn_attr* ccl_qualifier::attr_list |
Definition at line 21 of file cclqual.c.
Referenced by ccl_qual_add_combi(), ccl_qual_add_set(), ccl_qual_get_attr(), and ccl_qual_rm().
| char* ccl_qualifier::name |
Definition at line 18 of file cclqual.c.
Referenced by ccl_qual_add_combi(), ccl_qual_add_set(), ccl_qual_get_name(), ccl_qual_lookup(), ccl_qual_rm(), and ccl_qual_search().
| struct ccl_qualifier* ccl_qualifier::next |
Definition at line 22 of file cclqual.c.
Referenced by ccl_qual_add_combi(), ccl_qual_add_set(), ccl_qual_lookup(), ccl_qual_rm(), and ccl_qual_search().
Definition at line 19 of file cclqual.c.
Referenced by ccl_qual_add_combi(), ccl_qual_add_set(), and ccl_qual_search().
| struct ccl_qualifier** ccl_qualifier::sub |
Definition at line 20 of file cclqual.c.
Referenced by ccl_qual_add_combi(), ccl_qual_add_set(), ccl_qual_rm(), and ccl_qual_search().
1.6.3