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::ut_detail::callback3_impl_t< R, T1, T2, T3, Functor > Struct Template Reference

#include <callback.hpp>

Inheritance diagram for boost::unit_test::ut_detail::callback3_impl_t< R, T1, T2, T3, Functor >:
Collaboration diagram for boost::unit_test::ut_detail::callback3_impl_t< R, T1, T2, T3, Functor >:

Public Member Functions

 callback3_impl_t (Functor f)
 
virtual R invoke (T1 t1, T2 t2, T3 t3)
 

Constructor & Destructor Documentation

template<typename R , typename T1 , typename T2 , typename T3 , typename Functor >
boost::unit_test::ut_detail::callback3_impl_t< R, T1, T2, T3, Functor >::callback3_impl_t ( Functor  f)
inlineexplicit

Member Function Documentation

template<typename R , typename T1 , typename T2 , typename T3 , typename Functor >
virtual R boost::unit_test::ut_detail::callback3_impl_t< R, T1, T2, T3, Functor >::invoke ( T1  t1,
T2  t2,
T3  t3 
)
inlinevirtual

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