view src/interface/Error.h @ 271:11cd1c607427

rename..
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 06 Feb 2020 17:40:44 +0900
parents src/interface/ErrorGear.h@ba8687746ff6
children
line wrap: on
line source

typedef struct Error <Type, Impl> {
  __code error(Impl* error, int err_code, __code next(...));
  __code panic(Impl* error, char* msg);
  __code next(...);
} Error;