logo top
Main Page   Groups   Namespaces  

sigc::exception_catch_functor< T_functor, T_catcher, void > Struct Template Reference

Inheritance diagram for sigc::exception_catch_functor< T_functor, T_catcher, void >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef void result_type
typedef adapts< T_functor
>::adaptor_type 
adaptor_type

Public Member Functions

void operator() ()
template<class T_arg1>
deduce_result_type< T_arg1
>::type 
operator() (T_arg1 _A_a1)
template<class T_arg1, class T_arg2>
deduce_result_type< T_arg1,
T_arg2 >::type 
operator() (T_arg1 _A_a1, T_arg2 _A_a2)
template<class T_arg1, class T_arg2, class T_arg3>
deduce_result_type< T_arg1,
T_arg2, T_arg3 >::type 
operator() (T_arg1 _A_a1, T_arg2 _A_a2, T_arg3 _A_a3)
template<class T_arg1, class T_arg2, class T_arg3, class T_arg4>
deduce_result_type< T_arg1,
T_arg2, T_arg3, T_arg4
>::type 
operator() (T_arg1 _A_a1, T_arg2 _A_a2, T_arg3 _A_a3, T_arg4 _A_a4)
template<class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5>
deduce_result_type< T_arg1,
T_arg2, T_arg3, T_arg4, T_arg5
>::type 
operator() (T_arg1 _A_a1, T_arg2 _A_a2, T_arg3 _A_a3, T_arg4 _A_a4, T_arg5 _A_a5)
template<class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_arg6>
deduce_result_type< T_arg1,
T_arg2, T_arg3, T_arg4, T_arg5,
T_arg6 >::type 
operator() (T_arg1 _A_a1, T_arg2 _A_a2, T_arg3 _A_a3, T_arg4 _A_a4, T_arg5 _A_a5, T_arg6 _A_a6)
template<class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_arg6, class T_arg7>
deduce_result_type< T_arg1,
T_arg2, T_arg3, T_arg4, T_arg5,
T_arg6, T_arg7 >::type 
operator() (T_arg1 _A_a1, T_arg2 _A_a2, T_arg3 _A_a3, T_arg4 _A_a4, T_arg5 _A_a5, T_arg6 _A_a6, T_arg7 _A_a7)
 exception_catch_functor ()
 exception_catch_functor (const T_functor& _A_func, const T_catcher& _A_catcher)
 ~exception_catch_functor ()

Protected Attributes

T_catcher catcher_

template <class T_functor, class T_catcher>
struct sigc::exception_catch_functor< T_functor, T_catcher, void >


Member Typedef Documentation

template <class T_functor, class T_catcher>
typedef adapts<T_functor>::adaptor_type sigc::exception_catch_functor<T_functor, T_catcher, void>::adaptor_type
 

Reimplemented from sigc::adapts<T_functor>.

template <class T_functor, class T_catcher>
typedef void sigc::exception_catch_functor<T_functor, T_catcher, void>::result_type
 

Reimplemented from sigc::adapts<T_functor>.


Constructor & Destructor Documentation

template <class T_functor, class T_catcher>
sigc::exception_catch_functor<T_functor, T_catcher, void>::~exception_catch_functor (  )  [inline]
 


Member Function Documentation

template <class T_functor, class T_catcher>
sigc::exception_catch_functor<T_functor, T_catcher, void>::exception_catch_functor ( const T_functor&  _A_func,
const T_catcher&  _A_catcher
[inline]
 

template <class T_functor, class T_catcher>
sigc::exception_catch_functor<T_functor, T_catcher, void>::exception_catch_functor (  )  [inline]
 

template <class T_functor, class T_catcher>
template <class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_arg6, class T_arg7>
deduce_result_type<T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator() ( T_arg1  _A_a1,
T_arg2  _A_a2,
T_arg3  _A_a3,
T_arg4  _A_a4,
T_arg5  _A_a5,
T_arg6  _A_a6,
T_arg7  _A_a7
[inline]
 

template <class T_functor, class T_catcher>
template <class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_arg6>
deduce_result_type<T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator() ( T_arg1  _A_a1,
T_arg2  _A_a2,
T_arg3  _A_a3,
T_arg4  _A_a4,
T_arg5  _A_a5,
T_arg6  _A_a6
[inline]
 

template <class T_functor, class T_catcher>
template <class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5>
deduce_result_type<T_arg1,T_arg2,T_arg3,T_arg4,T_arg5>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator() ( T_arg1  _A_a1,
T_arg2  _A_a2,
T_arg3  _A_a3,
T_arg4  _A_a4,
T_arg5  _A_a5
[inline]
 

template <class T_functor, class T_catcher>
template <class T_arg1, class T_arg2, class T_arg3, class T_arg4>
deduce_result_type<T_arg1,T_arg2,T_arg3,T_arg4>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator() ( T_arg1  _A_a1,
T_arg2  _A_a2,
T_arg3  _A_a3,
T_arg4  _A_a4
[inline]
 

template <class T_functor, class T_catcher>
template <class T_arg1, class T_arg2, class T_arg3>
deduce_result_type<T_arg1,T_arg2,T_arg3>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator() ( T_arg1  _A_a1,
T_arg2  _A_a2,
T_arg3  _A_a3
[inline]
 

template <class T_functor, class T_catcher>
template <class T_arg1, class T_arg2>
deduce_result_type<T_arg1,T_arg2>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator() ( T_arg1  _A_a1,
T_arg2  _A_a2
[inline]
 

template <class T_functor, class T_catcher>
template <class T_arg1>
deduce_result_type<T_arg1>::type sigc::exception_catch_functor<T_functor, T_catcher, void>::operator() ( T_arg1  _A_a1  )  [inline]
 

template <class T_functor, class T_catcher>
void sigc::exception_catch_functor<T_functor, T_catcher, void>::operator() (  ) 
 


Member Data Documentation

template <class T_functor, class T_catcher>
T_catcher sigc::exception_catch_functor<T_functor, T_catcher, void>::catcher_ [protected]
 


The documentation for this struct was generated from the following file:
Generated for libsigc++ 2.0 by Doxygen 1.3.9.1 © 1997-2001