#include "hook-fcn.h"
Public Member Functions | |
hook_function (const hook_function &hf) | |
hook_function (const octave_value &f, const octave_value &d=octave_value()) | |
hook_function (void) | |
~hook_function (void) | |
void | eval (const octave_value_list &initial_args) |
std::string | id (void) const |
bool | is_valid (void) const |
hook_function & | operator= (const hook_function &hf) |
Private Attributes | |
base_hook_function * | rep |
Definition at line 62 of file hook-fcn.h.
|
inline |
Definition at line 67 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 () |
||
) |
|
inline |
Definition at line 77 of file hook-fcn.h.
References base_hook_function::count, and rep.
|
inline |
Definition at line 83 of file hook-fcn.h.
References base_hook_function::count, and rep.
|
inline |
Definition at line 107 of file hook-fcn.h.
References base_hook_function::eval(), and rep.
Referenced by hook_function_list::run().
|
inline |
Definition at line 103 of file hook-fcn.h.
References base_hook_function::id(), and rep.
Referenced by hook_function_list::insert().
|
inline |
Definition at line 105 of file hook-fcn.h.
References base_hook_function::is_valid(), and rep.
Referenced by hook_function_list::run().
|
inline |
Definition at line 89 of file hook-fcn.h.
References base_hook_function::count, and rep.
|
private |
Definition at line 114 of file hook-fcn.h.
Referenced by hook_function(), ~hook_function(), eval(), id(), is_valid(), and operator=().