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::callback1< T1, R > Class Template Reference

#include <callback.hpp>

Inheritance diagram for boost::unit_test::callback1< T1, R >:

Public Member Functions

 callback1 ()
 
template<typename Functor >
 callback1 (Functor f)
 
void operator= (callback1 const &rhs)
 
template<typename Functor >
void operator= (Functor f)
 
operator() (T1 t1) const
 
bool operator! () const
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

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