GNU Octave  6.2.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 <string>
#include "oct-mutex.h"
#include "octave.h"
#include "event-queue.h"
#include "uint8NDArray.h"
Include dependency graph for event-manager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave::event_manager
 Provides threadsafe access to octave. More...
 
class  octave::interpreter_events
 

Namespaces

 octave
 

Typedefs

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