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

autogen DetaGears
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Nov 2019 22:54:35 +0900 (2019-11-24)
parents
children
line wrap: on
line source
typedef struct Element <Type, Impl> {
  union Data* data;
  struct Element* next;
} Element;