GlsMenu
|
#include <gls_functor.h>
Public Types | |
typedef void(O::* | F) (T1, T2, T3) const |
Public Member Functions | |
GlsConstMemberFunctor3_T (const O &o, F f) | |
virtual void | operator() (T1 arg1, T2 arg2, T3 arg3) |
Private Attributes | |
const O & | _o |
F | _f |
Definition at line 350 of file gls_functor.h.
typedef void( O::* GlsConstMemberFunctor3_T< O, T1, T2, T3 >::F) (T1, T2, T3) const |
Definition at line 353 of file gls_functor.h.
|
inline |
Definition at line 354 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor3_T< T1, T2, T3 >.
Definition at line 358 of file gls_functor.h.
References GlsConstMemberFunctor3_T< O, T1, T2, T3 >::_f, and GlsConstMemberFunctor3_T< O, T1, T2, T3 >::_o.
|
private |
Definition at line 362 of file gls_functor.h.
Referenced by GlsConstMemberFunctor3_T< O, T1, T2, T3 >::operator()().
|
private |
Definition at line 361 of file gls_functor.h.
Referenced by GlsConstMemberFunctor3_T< O, T1, T2, T3 >::operator()().