sigx++  2.0.1
Public Types | Static Public Member Functions | Static Public Attributes
sigx::internal::auto_tunneler< T_functor, true > Struct Template Reference

This specialization is used for tunneled functors. More...

#include <auto_tunneler.h>

Public Types

typedef T_functor functor_type

Static Public Member Functions

static const functor_typeauto_open_tunnel (const T_functor &_A_func)

Static Public Attributes

static const bool is_tunneled = true

Detailed Description

template<typename T_functor>
struct sigx::internal::auto_tunneler< T_functor, true >

This specialization is used for tunneled functors.

Just returns the functor passed to auto_open_tunnel.

Member Typedef Documentation

template<typename T_functor >
typedef T_functor sigx::internal::auto_tunneler< T_functor, true >::functor_type

Member Function Documentation

template<typename T_functor >
static const functor_type& sigx::internal::auto_tunneler< T_functor, true >::auto_open_tunnel ( const T_functor &  _A_func)
inlinestatic

Field Documentation

template<typename T_functor >
const bool sigx::internal::auto_tunneler< T_functor, true >::is_tunneled = true
static

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