Mercurial > hg > Members > Moririn
view src/parallel_execution/Tree.cbc @ 415:eec6553a2aa6
fix redblacktree
author | mir3636 |
---|---|
date | Thu, 05 Oct 2017 17:00:48 +0900 |
parents | 27bc962020de |
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;