Go to the source code of this file.
|
| void | aa_ct_seg_list_add (struct aa_ct_seg_list *list, struct aa_ct_seg *seg) |
| | Add a reference to a segment to a segment list. More...
|
| |
|
void | aa_ct_seg_list_add_cx (struct aa_ct_seg_list *list, aa_ct_seg_eval_fun eval, void *cx) |
| |
◆ aa_ct_seg_list_add()
| void aa_ct_seg_list_add |
( |
struct aa_ct_seg_list * |
list, |
|
|
struct aa_ct_seg * |
seg |
|
) |
| |
Add a reference to a segment to a segment list.
The reference will be kept in the list.
- Parameters
-
| list | List to add segment to |
| seg | Segment to add to list |