Go to the source code of this file.
Namespaces | |
| namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Functions | |
| template<typename R , typename F > | |
| TypelessStub< R >::AP | mockpp::returnValueAndCall (const R &o, F f) |
| Creates a stub returning a value and calling a functor. | |
| template<typename F > | |
| TypelessStub< void >::AP | mockpp::call (F f) |
| Creates a stub calling a functor. | |
Definition in file stub/ReturnValueAndCall.h.
1.6.1