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 299 of file gls_functor.h.
typedef void(O::* GlsMemberFunctor3_T< O, T1, T2, T3 >::F) (T1, T2, T3) |
Definition at line 302 of file gls_functor.h.
|
inline |
Definition at line 303 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor3_T< T1, T2, T3 >.
Definition at line 304 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 307 of file gls_functor.h.
Referenced by GlsMemberFunctor3_T< O, T1, T2, T3 >::operator()().
|
private |
Definition at line 306 of file gls_functor.h.
Referenced by GlsMemberFunctor3_T< O, T1, T2, T3 >::operator()().