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_crefarg_elem (T *obj, void(T::*method)(const A &), const A &arg) | |
void | run (void) |
Private Member Functions | |
method_crefarg_elem (const method_crefarg_elem &) | |
method_crefarg_elem | operator= (const method_crefarg_elem &) |
Private Attributes | |
A | e_arg |
void(T::* | e_method )(const A &) |
T * | e_obj |
Definition at line 166 of file action-container.h.
|
inline |
Definition at line 169 of file action-container.h.
|
private |
|
private |
|
inlinevirtual |
Reimplemented from action_container::elem.
Definition at line 172 of file action-container.h.
|
private |
Definition at line 178 of file action-container.h.
|
private |
Definition at line 177 of file action-container.h.
|
private |
Definition at line 176 of file action-container.h.