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 | |
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) |
bool | is_valid (void) |
Protected Attributes | |
size_t | count |
Private Attributes | |
octave_value | data |
octave_value | fcn_handle |
std::string | ident |
bool | valid |
Definition at line 143 of file hook-fcn.h.
|
inline |
Definition at line 148 of file hook-fcn.h.
References octave_fcn_handle::fcn_handle_value(), and octave_fcn_handle::fcn_name().
|
inlinevirtual |
Reimplemented from base_hook_function.
Definition at line 163 of file hook-fcn.h.
References octave_value_list::append().
|
inlinevirtual |
Reimplemented from base_hook_function.
Definition at line 173 of file hook-fcn.h.
Reimplemented from base_hook_function.
Definition at line 175 of file hook-fcn.h.
|
protectedinherited |
Definition at line 55 of file hook-fcn.h.
Referenced by hook_function::hook_function(), hook_function::operator=(), and hook_function::~hook_function().
|
private |
Definition at line 185 of file hook-fcn.h.
|
private |
Definition at line 183 of file hook-fcn.h.
|
private |
Definition at line 179 of file hook-fcn.h.
|
private |
Definition at line 181 of file hook-fcn.h.