Mercurial > hg > GearsTemplate
view src/parallel_execution/Tree.cbc @ 456:95f58f2b2c0e
Add TaskIterator
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 11 Dec 2017 16:26:55 +0900 |
parents | eec6553a2aa6 |
children | 1432d924c472 |
line wrap: on
line source
typedef struct Tree<Type, Impl>{ Type* tree; Type* node; __code put(Impl* tree, Type* node, Type* root, Type* newNode); __code get(Impl* tree, __code next(...)); // __code removeRedBlackTree(); // __code clearRedBlackTree(); __code next(...); } Tree;