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_elem (T *obj, void(T::*method)(void)) | |
void | run (void) |
Private Member Functions | |
method_elem (const method_elem &) | |
method_elem | operator= (const method_elem &) |
Private Attributes | |
void(T::* | e_method )(void) |
T * | e_obj |
Definition at line 119 of file action-container.h.
|
inline |
Definition at line 122 of file action-container.h.
|
private |
|
private |
|
inlinevirtual |
Reimplemented from action_container::elem.
Definition at line 125 of file action-container.h.
|
private |
Definition at line 130 of file action-container.h.
|
private |
Definition at line 129 of file action-container.h.