Mercurial > hg > Papers > 2022 > matac-thesis
view paper/src/FTree.h @ 11:5f9d95ec1b54
...
author | matac42 <matac@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 25 Jan 2022 04:05:40 +0900 |
parents | |
children |
line wrap: on
line source
typedef struct FTree<>{ union Data* fTree; struct Node* node; __code put(Impl* fTree,Type* node, __code next(...)); __code get(Impl* fTree, Type* node, __code next(...)); __code remove(Impl* fTree,Type* node, __code next(...)); __code next(...); } FTree;