GlsMenu
GlsStaticMemberFunctor1_T< T > Class Template Reference

#include <gls_functor.h>

Inheritance diagram for GlsStaticMemberFunctor1_T< T >:
GlsFunctor1_T< T >

Public Types

typedef void(* F) (T)
 

Public Member Functions

 GlsStaticMemberFunctor1_T (F f)
 
virtual void operator() (T arg)
 

Private Attributes

F _f
 

Detailed Description

template<class T>
class GlsStaticMemberFunctor1_T< T >

Definition at line 144 of file gls_functor.h.

Member Typedef Documentation

template<class T >
typedef void( * GlsStaticMemberFunctor1_T< T >::F) (T)

Definition at line 147 of file gls_functor.h.

Constructor & Destructor Documentation

template<class T >
GlsStaticMemberFunctor1_T< T >::GlsStaticMemberFunctor1_T ( F  f)
inline

Definition at line 148 of file gls_functor.h.

Member Function Documentation

template<class T >
virtual void GlsStaticMemberFunctor1_T< T >::operator() ( arg)
inlinevirtual

Implements GlsFunctor1_T< T >.

Definition at line 151 of file gls_functor.h.

Field Documentation

template<class T >
F GlsStaticMemberFunctor1_T< T >::_f
private

Definition at line 154 of file gls_functor.h.


The documentation for this class was generated from the following file: