#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 |
Private Attributes | |
octave_value | m_data |
std::string | m_name |
Definition at line 93 of file hook-fcn.h.
|
inline |
Definition at line 97 of file hook-fcn.h.
|
virtual |
Reimplemented from base_hook_function.
Definition at line 51 of file hook-fcn.cc.
References octave_value_list::append(), feval(), octave_value::is_defined(), m_data, and m_name.
|
inlinevirtual |
Reimplemented from base_hook_function.
Definition at line 103 of file hook-fcn.h.
References m_name.
|
inlinevirtual |
Reimplemented from base_hook_function.
Definition at line 105 of file hook-fcn.h.
References is_valid_function(), and m_name.
|
private |
Definition at line 111 of file hook-fcn.h.
Referenced by eval().
|
private |
Definition at line 109 of file hook-fcn.h.
Referenced by eval(), id(), and is_valid().