#include "hook-fcn.h"
Public Member Functions | |
fcn_handle_hook_function (const octave_value &fh_arg, const octave_value &d) | |
void | eval (const octave_value_list &initial_args) |
std::string | id (void) const |
bool | is_valid (void) const |
Protected Attributes | |
size_t | count |
Private Attributes | |
octave_value | data |
octave_value | fcn_handle |
std::string | ident |
bool | valid |
Definition at line 139 of file hook-fcn.h.
|
inline |
Definition at line 144 of file hook-fcn.h.
References octave_fcn_handle::fcn_handle_value(), and octave_fcn_handle::fcn_name().
|
virtual |
Reimplemented from base_hook_function.
Definition at line 59 of file hook-fcn.cc.
References octave_value_list::append(), data, fcn_handle, octave::feval(), and octave_value::is_defined().
|
inlinevirtual |
Reimplemented from base_hook_function.
Definition at line 161 of file hook-fcn.h.
|
inlinevirtual |
Reimplemented from base_hook_function.
Definition at line 163 of file hook-fcn.h.
|
protectedinherited |
Definition at line 59 of file hook-fcn.h.
Referenced by hook_function::hook_function(), hook_function::~hook_function(), and hook_function::operator=().
|
private |
Definition at line 173 of file hook-fcn.h.
Referenced by eval().
|
private |
Definition at line 171 of file hook-fcn.h.
Referenced by eval().
|
private |
Definition at line 167 of file hook-fcn.h.
|
private |
Definition at line 169 of file hook-fcn.h.