GlsMenu
|
#include <gls_functor.h>
Public Types | |
typedef void(O::* | F) (T1, T2) const |
Public Member Functions | |
GlsConstMemberFunctor2_T (const O &o, F f) | |
virtual void | operator() (T1 arg1, T2 arg2) |
Private Attributes | |
const O & | _o |
F | _f |
Definition at line 264 of file gls_functor.h.
typedef void( O::* GlsConstMemberFunctor2_T< O, T1, T2 >::F) (T1, T2) const |
Definition at line 267 of file gls_functor.h.
|
inline |
Definition at line 268 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor2_T< T1, T2 >.
Definition at line 272 of file gls_functor.h.
References GlsConstMemberFunctor2_T< O, T1, T2 >::_f, and GlsConstMemberFunctor2_T< O, T1, T2 >::_o.
|
private |
Definition at line 276 of file gls_functor.h.
Referenced by GlsConstMemberFunctor2_T< O, T1, T2 >::operator()().
|
private |
Definition at line 275 of file gls_functor.h.
Referenced by GlsConstMemberFunctor2_T< O, T1, T2 >::operator()().