hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <hobbes/hobbes.H>
#include <hobbes/events/events.H>
#include <hobbes/util/perf.H>
#include <hobbes/util/os.H>
#include <chrono>
#include <queue>
#include <utility>
Classes | |
struct | hobbes::eventcbclosure |
Namespaces | |
hobbes | |
Typedefs | |
typedef std::map< int, eventcbclosure * > | hobbes::EventClosures |
Functions | |
void | hobbes::registerEventHandler (int fd, eventhandler f, void *ud, bool vn=false) |