#include <Sexp_tree.h>
Public Methods | |
| sexp_list_item () | |
| void | set_op (int op_num) |
| void | set_data (char *str, int t=(SEXPT_STRING|SEXPT_VALID)) |
| void | add_op (int op_num) |
| void | add_data (char *str, int t=(SEXPT_STRING|SEXPT_VALID)) |
| void | add_data_dup (char *str, int t=(SEXPT_STRING|SEXPT_VALID)) |
| void | add_list (sexp_list_item *list) |
| void | destroy () |
Public Attributes | |
| int | type |
| int | op |
| char * | text |
| int | flags |
| sexp_list_item * | next |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.16