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

#include <callback.hpp>

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

Public Member Functions

virtual ~callback2_impl ()
 
virtual R invoke (T1 t1, T2 t2)=0
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

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