26 #if ! defined (octave_event_queue_h)
27 #define octave_event_queue_h 1
29 #include "octave-config.h"
57 std::unique_ptr<elem> ptr (m_fifo.front ());
67 elem *ptr = m_fifo.front ();
73 std::size_t
size ()
const {
return m_fifo.size (); }
79 m_fifo.push (new_elem);
110 warn_unhandled_exception ();
117 void warn_unhandled_exception ()
const;
121 OCTAVE_END_NAMESPACE(
octave)
std::queue< elem * > m_fifo
void add_action(elem *new_elem)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn