GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fcn_handle_hook_function Class Reference

#include "hook-fcn.h"

Inheritance diagram for fcn_handle_hook_function:
Collaboration diagram for fcn_handle_hook_function:

Public Member Functions

 fcn_handle_hook_function (const octave_value &fh_arg, 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
 
octave_value fcn_handle
 
std::string ident
 
bool valid
 

Detailed Description

Definition at line 145 of file hook-fcn.h.

Constructor & Destructor Documentation

◆ fcn_handle_hook_function()

fcn_handle_hook_function::fcn_handle_hook_function ( const octave_value fh_arg,
const octave_value d 
)
inline

Member Function Documentation

◆ eval()

void fcn_handle_hook_function::eval ( const octave_value_list initial_args)
inlinevirtual

Reimplemented from base_hook_function.

Definition at line 165 of file hook-fcn.h.

References octave_value_list::append(), and octave::feval().

◆ id()

std::string fcn_handle_hook_function::id ( void  )
inlinevirtual

Reimplemented from base_hook_function.

Definition at line 175 of file hook-fcn.h.

◆ is_valid()

bool fcn_handle_hook_function::is_valid ( void  )
inlinevirtual

Reimplemented from base_hook_function.

Definition at line 177 of file hook-fcn.h.

Member Data Documentation

◆ count

size_t base_hook_function::count
protectedinherited

◆ data

octave_value fcn_handle_hook_function::data
private

Definition at line 187 of file hook-fcn.h.

◆ fcn_handle

octave_value fcn_handle_hook_function::fcn_handle
private

Definition at line 185 of file hook-fcn.h.

◆ ident

std::string fcn_handle_hook_function::ident
private

Definition at line 181 of file hook-fcn.h.

◆ valid

bool fcn_handle_hook_function::valid
private

Definition at line 183 of file hook-fcn.h.


The documentation for this class was generated from the following file: