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::callback0< R > Class Template Reference

#include <callback.hpp>

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

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