| 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 178 of file gls_functor.h.
| typedef void( O::* GlsConstMemberFunctor1_T< O, T >::F) (T) const | 
Definition at line 181 of file gls_functor.h.
| 
 | inline | 
Definition at line 182 of file gls_functor.h.
| 
 | inlinevirtual | 
Implements GlsFunctor1_T< T >.
Definition at line 186 of file gls_functor.h.
References GlsConstMemberFunctor1_T< O, T >::_f, and GlsConstMemberFunctor1_T< O, T >::_o.
| 
 | private | 
Definition at line 190 of file gls_functor.h.
Referenced by GlsConstMemberFunctor1_T< O, T >::operator()().
| 
 | private | 
Definition at line 189 of file gls_functor.h.
Referenced by GlsConstMemberFunctor1_T< O, T >::operator()().