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 | |
named_hook_function (const std::string &n, const octave_value &d) | |
void | eval (const octave_value_list &initial_args) |
std::string | id (void) |
bool | is_valid (void) |
Protected Attributes | |
size_t | count |
Private Attributes | |
octave_value | data |
std::string | name |
Definition at line 113 of file hook-fcn.h.
|
inline |
Definition at line 118 of file hook-fcn.h.
|
inlinevirtual |
Reimplemented from base_hook_function.
Definition at line 122 of file hook-fcn.h.
References octave_value_list::append(), and feval().
|
inlinevirtual |
Reimplemented from base_hook_function.
Definition at line 132 of file hook-fcn.h.
Reimplemented from base_hook_function.
Definition at line 134 of file hook-fcn.h.
References is_valid_function().
|
protectedinherited |
Definition at line 55 of file hook-fcn.h.
Referenced by hook_function::hook_function(), hook_function::operator=(), and hook_function::~hook_function().
|
private |
Definition at line 140 of file hook-fcn.h.
|
private |
Definition at line 138 of file hook-fcn.h.