#include "core/common.hpp"Go to the source code of this file.
Classes | |
| struct | by::sig |
| Signal structure for error handling. More... | |
| class | by::signaler |
| Signal handler manager. More... | |
Typedefs | |
| typedef nerr *(* | by::errMaker) (nint) |
| typedef void(* | by::sigFunc) (const nerr &) |
| typedef std::function< void(const nerr &)> | by::sigHandler |