annotate src/plautogen/interface/Element.h @ 314:11cd1c607427

rename..
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 06 Feb 2020 17:40:44 +0900
parents ceabe608b773
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
117
ceabe608b773 add Element.h
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 typedef struct Element <Type, Impl> {
ceabe608b773 add Element.h
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 union Data* data;
ceabe608b773 add Element.h
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 struct Element* next;
ceabe608b773 add Element.h
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 } Element;