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 | |
method_arg_elem (T *obj, void(T::*method)(A), A arg) | |
void | run (void) |
Private Member Functions | |
method_arg_elem (const method_arg_elem &) | |
method_arg_elem | operator= (const method_arg_elem &) |
Private Attributes | |
A | e_arg |
void(T::* | e_method )(A) |
T * | e_obj |
Definition at line 142 of file action-container.h.
|
inline |
Definition at line 145 of file action-container.h.
|
private |
|
private |
|
inlinevirtual |
Reimplemented from action_container::elem.
Definition at line 148 of file action-container.h.
|
private |
Definition at line 154 of file action-container.h.
|
private |
Definition at line 153 of file action-container.h.
|
private |
Definition at line 152 of file action-container.h.