GlsMenu
1.5.4
|
#include <gls_functor.h>
Public Types | |
typedef void(O::* | F) (T1, T2) |
Public Member Functions | |
GlsMemberFunctor2_T (O &o, F f) | |
virtual void | operator() (T1 arg1, T2 arg2) |
Private Attributes | |
O & | _o |
F | _f |
Definition at line 246 of file gls_functor.h.
typedef void( O::* GlsMemberFunctor2_T< O, T1, T2 >::F) (T1, T2) |
Definition at line 249 of file gls_functor.h.
|
inline |
Definition at line 250 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor2_T< T1, T2 >.
Definition at line 254 of file gls_functor.h.
References GlsMemberFunctor2_T< O, T1, T2 >::_f, and GlsMemberFunctor2_T< O, T1, T2 >::_o.
|
private |
Definition at line 258 of file gls_functor.h.
Referenced by GlsMemberFunctor2_T< O, T1, T2 >::operator()().
|
private |
Definition at line 257 of file gls_functor.h.
Referenced by GlsMemberFunctor2_T< O, T1, T2 >::operator()().