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_arg_elem (void(*fcn)(T), T arg) | |
void | run (void) |
Private Member Functions | |
fcn_arg_elem (const fcn_arg_elem &) | |
fcn_arg_elem & | operator= (const fcn_arg_elem &) |
Private Attributes | |
T | e_arg |
void(* | e_fcn )(T) |
Definition at line 78 of file action-container.h.
|
inline |
Definition at line 81 of file action-container.h.
|
private |
|
private |
|
inlinevirtual |
Reimplemented from action_container::elem.
Definition at line 84 of file action-container.h.
|
private |
Definition at line 95 of file action-container.h.
|
private |
Definition at line 94 of file action-container.h.