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 | |
base_hook_function (void) | |
base_hook_function (const base_hook_function &) | |
virtual | ~base_hook_function (void) |
virtual void | eval (const octave_value_list &) |
virtual std::string | id (void) |
virtual bool | is_valid (void) |
Protected Attributes | |
size_t | count |
Friends | |
class | hook_function |
Definition at line 34 of file hook-fcn.h.
|
inline |
Definition at line 41 of file hook-fcn.h.
|
inline |
Definition at line 43 of file hook-fcn.h.
|
inlinevirtual |
Definition at line 45 of file hook-fcn.h.
|
inlinevirtual |
Reimplemented in fcn_handle_hook_function, and named_hook_function.
Definition at line 51 of file hook-fcn.h.
Referenced by hook_function::eval().
|
inlinevirtual |
Reimplemented in fcn_handle_hook_function, and named_hook_function.
Definition at line 47 of file hook-fcn.h.
Referenced by cairy(), cbiry(), crati(), ddasic(), ddasid(), ddasik(), dlinsd(), dlinsk(), dnsid(), dnsik(), dqagie(), dqagpe(), dyypnw(), hook_function::id(), qagie(), qagpe(), zairy(), zbiry(), and zrati().
Reimplemented in fcn_handle_hook_function, and named_hook_function.
Definition at line 49 of file hook-fcn.h.
Referenced by hook_function::is_valid().
|
friend |
Definition at line 39 of file hook-fcn.h.
|
protected |
Definition at line 55 of file hook-fcn.h.
Referenced by hook_function::hook_function(), hook_function::operator=(), and hook_function::~hook_function().