GlsMenu
1.5.4
|
#include <gls_functor.h>
Public Types | |
typedef T(* | F) () |
Public Member Functions | |
GlsStaticMemberFunctor_T (F f) | |
virtual T | operator() () |
Private Attributes | |
F | _f |
Definition at line 57 of file gls_functor.h.
typedef T( * GlsStaticMemberFunctor_T< T >::F) () |
Definition at line 60 of file gls_functor.h.
|
inline |
Definition at line 61 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor_T< T >.
Definition at line 64 of file gls_functor.h.
References GlsStaticMemberFunctor_T< T >::_f.
|
private |
Definition at line 67 of file gls_functor.h.
Referenced by GlsStaticMemberFunctor_T< T >::operator()().