37 :x(x), y(y), line(line), klc(&klc) {}
39 void operator() (
const char*)
const;
Definition: kl_error.h:29
size_t x
Definition: kl_error.h:31
size_t y
Definition: kl_error.h:32
int line
Definition: kl_error.h:33
KLError(size_t x, size_t y, int line, const kl::KLContext &klc)
Definition: kl_error.h:36
const kl::KLContext * klc
Definition: kl_error.h:34