Streamer fluid modeling - An overview of ARCoS
1.0
|
Functions to handle tree structures. More...
Go to the source code of this file.
Functions | |
leaf_t * | leaf_new_a (leaf_t *parent, leaf_t *next, leaf_t *first_child, void *data) |
Allocates new memory for a leaf and gives it the corresponding values. | |
leaf_t * | leaf_new_child_a (leaf_t *parent, void *data) |
Creates a new child of parent with the given data. | |
Functions to handle tree structures.
Definition in file tree.c.
leaf_t* leaf_new_a | ( | leaf_t * | parent, |
leaf_t * | next, | ||
leaf_t * | first_child, | ||
void * | data | ||
) |