Age | Commit message (Collapse) | Author |
|
These variations are parameterized by the type of the nodes in the
list. This enables skipping the explicit usage of exec_node_data in
the loop body.
|
|
|
|
This has some ugly hackery to work-around C++ fail. I have
emperically determined that it works in all the cases that matter.
|
|
|
|
|
|
This allows uses like 'foreach_iter(exec_list_iterator, iter, *list_ptr)'.
|
|
The use of macros to access existing linked list type makes it
unsuitable for its current use as a base class. Since this type and
the accompanying macros are used all over the place in Mesa, we can't
really change them.
|