Mercurial > hg > Papers > 2021 > ikki-sigos
view Paper/codes/wc/Wc.h @ 19:2d91b4d2569c
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 05 May 2021 18:43:47 +0900 |
parents | 0d703e0d9781 |
children |
line wrap: on
line source
typedef struct Wc <> { // all arguments names in this interfaces here union Data* wc; // an implementation Block * block; StdData * reuslt; Ack * ack; // codeGear entries of this interface __code take(Impl* wc, Block *block,__code next(Ack *ack, ...),__code finish(StdData *result,...); } Wc;