GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "action-container.h"
Public Member Functions | |
fcn_crefarg_elem (void(*fcn)(const T &), const T &arg) | |
void | run (void) |
Private Attributes | |
T | e_arg |
void(* | e_fcn )(const T &) |
Definition at line 103 of file action-container.h.
|
inline |
Definition at line 106 of file action-container.h.
|
inlinevirtual |
Reimplemented from action_container::elem.
Definition at line 109 of file action-container.h.
|
private |
Definition at line 113 of file action-container.h.
|
private |
Definition at line 112 of file action-container.h.