Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::unit_test::callback3< T1, T2, T3, R > Class Template Reference

#include <callback.hpp>

Public Member Functions

 callback3 ()
 
template<typename Functor >
 callback3 (Functor f)
 
void operator= (callback3 const &rhs)
 
template<typename Functor >
void operator= (Functor f)
 
operator() (T1 t1, T2 t2, T3 t3) const
 
bool operator! () const
 

Constructor & Destructor Documentation

template<typename T1 , typename T2 , typename T3 , typename R = ut_detail::unused>
boost::unit_test::callback3< T1, T2, T3, R >::callback3 ( )
inline
template<typename T1 , typename T2 , typename T3 , typename R = ut_detail::unused>
template<typename Functor >
boost::unit_test::callback3< T1, T2, T3, R >::callback3 ( Functor  f)
inline

Member Function Documentation

template<typename T1 , typename T2 , typename T3 , typename R = ut_detail::unused>
bool boost::unit_test::callback3< T1, T2, T3, R >::operator! ( ) const
inline
template<typename T1 , typename T2 , typename T3 , typename R = ut_detail::unused>
R boost::unit_test::callback3< T1, T2, T3, R >::operator() ( T1  t1,
T2  t2,
T3  t3 
) const
inline
template<typename T1 , typename T2 , typename T3 , typename R = ut_detail::unused>
void boost::unit_test::callback3< T1, T2, T3, R >::operator= ( callback3< T1, T2, T3, R > const &  rhs)
inline
template<typename T1 , typename T2 , typename T3 , typename R = ut_detail::unused>
template<typename Functor >
void boost::unit_test::callback3< T1, T2, T3, R >::operator= ( Functor  f)
inline

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