#include <mock_object.hpp>
Public Member Functions | |
mock_object () | |
template<typename T1 > | |
mock_object (T1 const &arg1) | |
template<typename T1 , typename T2 > | |
mock_object (T1 const &arg1, T2 const &arg2) | |
template<typename T1 , typename T2 , typename T3 > | |
mock_object (T1 const &arg1, T2 const &arg2, T3 const &arg3) | |
template<typename T1 , typename T2 , typename T3 , typename T4 > | |
mock_object (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4) | |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > | |
mock_object (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5) | |
mock_object (mock_object const &) | |
self_type const & | operator= (mock_object const &) const |
template<typename T > | |
self_type const & | operator= (T const &) const |
bool | operator! () const |
self_type const & | operator& () const |
self_type const & | operator~ () const |
self_type const & | operator* () const |
self_type const & | operator+ () const |
self_type const & | operator++ () const |
self_type const & | operator-- () const |
self_type const & | operator++ (int) const |
self_type const & | operator-- (int) const |
operator safe_bool () const | |
self_type const & | operator() () const |
template<typename T1 > | |
self_type const & | operator() (T1 const &arg1) const |
template<typename T1 , typename T2 > | |
self_type const & | operator() (T1 const &, T2 const &) const |
template<typename T1 , typename T2 , typename T3 > | |
self_type const & | operator() (T1 const &, T2 const &, T3 const &) const |
template<typename T1 , typename T2 , typename T3 , typename T4 > | |
self_type const & | operator() (T1 const &, T2 const &, T3 const &, T4 const &) const |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > | |
self_type const & | operator() (T1 const &, T2 const &, T3 const &, T4 const &, T5 const &) const |
template<typename T > | |
self_type const & | operator[] (T const &) const |
self_type const * | operator-> () const |
Static Public Member Functions | |
static mock_object & | prototype () |
|
inline |
References BOOST_ITEST_EPOINT, and BOOST_ITEST_SCOPE.
Referenced by boost::itest::mock_object< i, Base >::mock_object().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_ITEST_DPOINT, and MO_OP_IMPL.
|
inline |
|
inline |
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
|
inline |
|
inline |
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
References MO_OP_IMPL.
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
References MO_OP_IMPL, and boost::itest::mock_object< i, Base >::prototype().
|
inline |
|
inlinestatic |
References boost::multiprecision::backends::p.
Referenced by boost::itest::mock_object< i, Base >::operator()(), boost::itest::mock_object< i, Base >::operator++(), boost::itest::mock_object< i, Base >::operator--(), boost::itest::mock_object< i, Base >::operator=(), and boost::itest::mock_object< i, Base >::operator[]().