#include "hook-fcn.h"
Public Member Functions | |
named_hook_function (const std::string &n, 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 |
std::string | name |
Definition at line 117 of file hook-fcn.h.
|
inline |
Definition at line 122 of file hook-fcn.h.
|
virtual |
Reimplemented from base_hook_function.
Definition at line 49 of file hook-fcn.cc.
References octave_value_list::append(), data, octave::feval(), octave_value::is_defined(), and name.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from base_hook_function.
Definition at line 130 of file hook-fcn.h.
References is_valid_function(), and name.
|
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 136 of file hook-fcn.h.
Referenced by eval().
|
private |
Definition at line 134 of file hook-fcn.h.
Referenced by eval().