GlsMenu
|
#include <gls_functor.h>
Public Types | |
typedef void(* | F) (T) |
Public Member Functions | |
GlsStaticMemberFunctor1_T (F f) | |
virtual void | operator() (T arg) |
Private Attributes | |
F | _f |
Definition at line 144 of file gls_functor.h.
typedef void( * GlsStaticMemberFunctor1_T< T >::F) (T) |
Definition at line 147 of file gls_functor.h.
|
inline |
Definition at line 148 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor1_T< T >.
Definition at line 151 of file gls_functor.h.
|
private |
Definition at line 154 of file gls_functor.h.