mock_object.hpp | 58 // ************** mock_object implementation helpers ************** // 62 BOOST_ITEST_SCOPE( mock_object::operator op ); \ 83 inline mock_object<i1,Base1> const& \ 84 operator op( mock_object<i1,Base1> const& mo, \ 85 mock_object<i2,Base2> const& ) \ 91 inline mock_object<i,Base> const& \ 92 operator op( mock_object<i,Base> const& mo, T const& ) \ 98 inline mock_object<i,Base> const& \ 99 operator op( T const&, mock_object<i,Base> const& mo ) \ 108 operator op( mock_object<i1,Base1> const&, 137 class mock_object : public Base { class in namespace:boost::itest 144 mock_object( dummy* ) {} function in class:boost::itest::mock_object 154 mock_object() function in class:boost::itest::mock_object 161 mock_object( T1 const& arg1 ) function in class:boost::itest::mock_object 169 mock_object( T1 const& arg1, T2 const& arg2 ) function in class:boost::itest::mock_object 177 mock_object( T1 const& arg1, T2 const& arg2, T3 const& arg3 ) function in class:boost::itest::mock_object 185 mock_object( T1 const& arg1, T2 const& arg2, T3 const& arg3, T4 const& arg4 ) function in class:boost::itest::mock_object 193 mock_object( T1 const& arg1, T2 const& arg2, T3 const& arg3, T4 const& arg4, T5 const& arg5 ) function in class:boost::itest::mock_object 200 mock_object( mock_object const& ) function in class:boost::itest::mock_object [all...] |