view src/parallel_execution/plautogen/interface/RotateTree.h @ 570:1233236c244d

autogen DetaGears
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Nov 2019 22:54:35 +0900
parents
children d9c3bccaa13c
line wrap: on
line source

typedef struct RotateTree <Type, Impl> {
  __code next(...)
  struct RedBlackTree* traverse;
  struct Tree* tree;
} RotateTree;