A class to collect compile-time errors. More...
#include <script.h>
Data Fields | |
unsigned | errline |
char * | errmsg |
Friends | |
class | script |
A class to collect compile-time errors.
These are collected as the script is compiled, and can then be examined. This allows one to push errors into an alternate logging facility.
Definition at line 390 of file script.h.