annotate src/impl/CbCProcImpl.h @ 381:874577d7505f

fix parse for interface
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 20 Jul 2020 15:00:11 +0900
parents bbca1e5fb946
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
374
bbca1e5fb946 add CbCProc
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 typedef struct CbCProcImpl <Type, Isa> impl CbCProc {
bbca1e5fb946 add CbCProc
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 __code next(....);
bbca1e5fb946 add CbCProc
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 } CbCProcImpl;