GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
event-manager.h File Reference
#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 Documentation

◆ fcn_callback

typedef std::function<void ()> fcn_callback

Definition at line 47 of file event-manager.h.

◆ meth_callback

typedef std::function<void (interpreter&)> meth_callback

Definition at line 48 of file event-manager.h.