#include "octave-config.h"
#include <functional>
#include <list>
#include <memory>
#include <stack>
#include <string>
#include "oct-mutex.h"
#include "octave.h"
#include "event-queue.h"
#include "uint8NDArray.h"
Go to the source code of this file.
Classes | |
class | event_manager |
Provides threadsafe access to octave. More... | |
class | interpreter_events |
Typedefs | |
typedef std::function< void()> | fcn_callback |
typedef std::function< void(interpreter &)> | meth_callback |
typedef std::function<void ()> fcn_callback |
Definition at line 47 of file event-manager.h.
typedef std::function<void (interpreter&)> meth_callback |
Definition at line 48 of file event-manager.h.