#include "hook-fcn.h"
Public Member Functions | |
base_hook_function (const base_hook_function &) | |
base_hook_function (void) | |
virtual | ~base_hook_function (void)=default |
virtual void | eval (const octave_value_list &) |
virtual std::string | id (void) const |
virtual bool | is_valid (void) const |
Protected Attributes | |
size_t | count |
Friends | |
class | hook_function |
Definition at line 38 of file hook-fcn.h.
|
inline |
Definition at line 45 of file hook-fcn.h.
|
inline |
Definition at line 47 of file hook-fcn.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in fcn_handle_hook_function, and named_hook_function.
Definition at line 55 of file hook-fcn.h.
Referenced by hook_function::eval().
|
inlinevirtual |
Reimplemented in fcn_handle_hook_function, and named_hook_function.
Definition at line 51 of file hook-fcn.h.
Referenced by hook_function::id().
|
inlinevirtual |
Reimplemented in fcn_handle_hook_function, and named_hook_function.
Definition at line 53 of file hook-fcn.h.
Referenced by hook_function::is_valid().
|
friend |
Definition at line 43 of file hook-fcn.h.
|
protected |
Definition at line 59 of file hook-fcn.h.
Referenced by hook_function::hook_function(), hook_function::~hook_function(), and hook_function::operator=().