Mercurial > hg > Members > Moririn
view src/parallel_execution/Tree.cbc @ 451:dcc42f3e7e97
Auto choice blockDim
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 05 Dec 2017 06:33:40 +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;