exec_list: Add foreach_list_typed and foreach_list_typed_const
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 11 May 2010 00:40:41 +0000 (17:40 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 11 May 2010 00:40:41 +0000 (17:40 -0700)
commit4cfbad9e4df4acb011676bde761af557ae58e96a
treee87aaf56daf343a7768322ec1393efa3809aaa9a
parent304ea90233baeac6801a98e981658cb7a2d2501c
exec_list: Add foreach_list_typed and foreach_list_typed_const

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.
list.h