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

#include "action-container.h"

Inheritance diagram for octave::action_container::fcn_elem:
Collaboration diagram for octave::action_container::fcn_elem:

Public Member Functions

 fcn_elem (void(*fptr)(void))
 
void run (void)
 

Private Attributes

void(* e_fptr )(void)
 

Detailed Description

Definition at line 70 of file action-container.h.

Constructor & Destructor Documentation

◆ fcn_elem()

octave::action_container::fcn_elem::fcn_elem ( void(*)(void)  fptr)
inline

Definition at line 74 of file action-container.h.

Member Function Documentation

◆ run()

void octave::action_container::fcn_elem::run ( void  )
inlinevirtual

Reimplemented from octave::action_container::elem.

Definition at line 77 of file action-container.h.

Member Data Documentation

◆ e_fptr

void(* octave::action_container::fcn_elem::e_fptr) (void)
private

Definition at line 81 of file action-container.h.


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