Mercurial > hg > Members > Moririn
view src/parallel_execution/Tree.cbc @ 418:a74bec89c198
generate main
author | mir3636 |
---|---|
date | Fri, 06 Oct 2017 14:39:36 +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;