GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "hook-fcn.h"
Public Member Functions | |
hook_function (void) | |
hook_function (const octave_value &f, const octave_value &d=octave_value()) | |
hook_function (const hook_function &hf) | |
~hook_function (void) | |
void | eval (const octave_value_list &initial_args) |
std::string | id (void) |
bool | is_valid (void) |
hook_function & | operator= (const hook_function &hf) |
Private Attributes | |
base_hook_function * | rep |
Definition at line 58 of file hook-fcn.h.
|
inline |
Definition at line 63 of file hook-fcn.h.
References base_hook_function::count, and rep.
hook_function::hook_function | ( | const octave_value & | f, |
const octave_value & | d = octave_value () |
||
) |
Definition at line 27 of file hook-fcn.cc.
References error(), octave_value::is_function_handle(), octave_value::is_string(), rep, and octave_value::string_value().
|
inline |
Definition at line 73 of file hook-fcn.h.
References base_hook_function::count, and rep.
|
inline |
Definition at line 79 of file hook-fcn.h.
References base_hook_function::count, and rep.
|
inline |
Definition at line 103 of file hook-fcn.h.
References base_hook_function::eval(), and rep.
Referenced by hook_function_list::run().
|
inline |
Definition at line 99 of file hook-fcn.h.
References base_hook_function::id(), and rep.
Referenced by Fadd_input_event_hook(), and hook_function_list::insert().
Definition at line 101 of file hook-fcn.h.
References base_hook_function::is_valid(), and rep.
Referenced by hook_function_list::run().
|
inline |
Definition at line 85 of file hook-fcn.h.
References base_hook_function::count, and rep.
|
private |
Definition at line 110 of file hook-fcn.h.
Referenced by eval(), hook_function(), id(), is_valid(), operator=(), and ~hook_function().