Mercurial > hg > Papers > 2022 > matac-thesis
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/src/FTree.h Tue Jan 25 04:05:40 2022 +0900 @@ -0,0 +1,8 @@ +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; \ No newline at end of file