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< R, T1, T2, T3 > Struct Template Referenceabstract

#include <callback.hpp>

Inheritance diagram for boost::unit_test::ut_detail::callback3_impl< R, T1, T2, T3 >:

Public Member Functions

virtual ~callback3_impl ()
 
virtual R invoke (T1 t1, T2 t2, T3 t3)=0
 

Constructor & Destructor Documentation

template<typename R , typename T1 , typename T2 , typename T3 >
virtual boost::unit_test::ut_detail::callback3_impl< R, T1, T2, T3 >::~callback3_impl ( )
inlinevirtual

Member Function Documentation

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

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