annotate src/impl/CbCProcImpl.h @ 374:bbca1e5fb946

add CbCProc
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 07 Jul 2020 15:52:29 +0900
parents
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;