GlsMenu
|
#include <gls_functor.h>
Public Types | |
typedef void(O::* | F) (T1, T2, T3) |
Public Member Functions | |
GlsMemberFunctor3_T (O &o, F f) | |
virtual void | operator() (T1 arg1, T2 arg2, T3 arg3) |
Private Attributes | |
O & | _o |
F | _f |
Definition at line 332 of file gls_functor.h.
typedef void( O::* GlsMemberFunctor3_T< O, T1, T2, T3 >::F) (T1, T2, T3) |
Definition at line 335 of file gls_functor.h.
|
inline |
Definition at line 336 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor3_T< T1, T2, T3 >.
Definition at line 340 of file gls_functor.h.
References GlsMemberFunctor3_T< O, T1, T2, T3 >::_f, and GlsMemberFunctor3_T< O, T1, T2, T3 >::_o.
|
private |
Definition at line 344 of file gls_functor.h.
Referenced by GlsMemberFunctor3_T< O, T1, T2, T3 >::operator()().
|
private |
Definition at line 343 of file gls_functor.h.
Referenced by GlsMemberFunctor3_T< O, T1, T2, T3 >::operator()().