GlsMenu
|
#include <gls_functor.h>
Public Types | |
typedef void(O::* | F) (T1, T2) |
Public Member Functions | |
GlsStaticMemberFunctor2_T (F f) | |
virtual void | operator() (T1 arg1, T2 arg2) |
Private Attributes | |
F | _f |
Definition at line 210 of file gls_functor.h.
typedef void(O::* GlsStaticMemberFunctor2_T< O, T1, T2 >::F) (T1, T2) |
Definition at line 213 of file gls_functor.h.
|
inline |
Definition at line 214 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor2_T< T1, T2 >.
Definition at line 215 of file gls_functor.h.
|
private |
Definition at line 217 of file gls_functor.h.