#include "hook-fcn.h"
Public Member Functions | |
hook_function () | |
hook_function (const octave_value &f, const octave_value &d=octave_value()) | |
~hook_function ()=default | |
void | eval (const octave_value_list &initial_args) |
std::string | id () const |
bool | is_valid () const |
Definition at line 56 of file hook-fcn.h.
|
inline |
Definition at line 60 of file hook-fcn.h.
hook_function::hook_function | ( | const octave_value & | f, |
const octave_value & | d = octave_value () |
||
) |
Definition at line 36 of file hook-fcn.cc.
|
default |
|
inline |
Definition at line 79 of file hook-fcn.h.
Referenced by hook_function_list::run().
|
inline |
Definition at line 75 of file hook-fcn.h.
|
inline |
Definition at line 77 of file hook-fcn.h.
Referenced by hook_function_list::run().