GlsMenu
|
#include <gls_functor.h>
Public Types | |
typedef void(O::* | F) (T) const |
Public Member Functions | |
GlsConstMemberFunctor1_T (const O &o, F f) | |
virtual void | operator() (T arg) |
Private Attributes | |
const O & | _o |
F | _f |
Definition at line 162 of file gls_functor.h.
typedef void(O::* GlsConstMemberFunctor1_T< O, T >::F) (T) const |
Definition at line 165 of file gls_functor.h.
|
inline |
Definition at line 166 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor1_T< T >.
Definition at line 167 of file gls_functor.h.
References GlsConstMemberFunctor1_T< O, T >::_f, and GlsConstMemberFunctor1_T< O, T >::_o.
|
private |
Definition at line 170 of file gls_functor.h.
Referenced by GlsConstMemberFunctor1_T< O, T >::operator()().
|
private |
Definition at line 169 of file gls_functor.h.
Referenced by GlsConstMemberFunctor1_T< O, T >::operator()().