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 135 of file gls_functor.h.
typedef void(* GlsStaticMemberFunctor1_T< T >::F) (T) |
Definition at line 138 of file gls_functor.h.
|
inline |
Definition at line 139 of file gls_functor.h.
|
inlinevirtual |
Implements GlsFunctor1_T< T >.
Definition at line 140 of file gls_functor.h.
|
private |
Definition at line 142 of file gls_functor.h.