GlsMenu
1.5.4
|
#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 230 of file gls_functor.h.
typedef void( O::* GlsStaticMemberFunctor2_T< O, T1, T2 >::F) (T1, T2) |
Definition at line 233 of file gls_functor.h.
|
inline |
Definition at line 234 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor2_T< T1, T2 >.
Definition at line 237 of file gls_functor.h.
|
private |
Definition at line 240 of file gls_functor.h.