mockpp::Stub< R, I > Class Template Reference
List of all members.
Public Types |
typedef AutoPointer< Stub< R, I > > | AP |
| internal shorthand
|
typedef R | ReturnType |
| internal shorthand
|
typedef I | InvocationType |
| internal shorthand
|
Public Member Functions |
virtual | ~Stub () |
| Destroys the object.
|
virtual R | invoke (const I &invocation)=0 |
| Mock the invocation.
|
Detailed Description
template<typename R, typename I>
class mockpp::Stub< R, I >
Definition at line 57 of file Stub.h.
Constructor & Destructor Documentation
template<typename R, typename I>
Destroys the object.
Also ensure virtual destructor.
Definition at line 67 of file Stub.h.
Member Function Documentation
template<typename R, typename I>
virtual R mockpp::Stub< R, I >::invoke |
( |
const I & |
invocation |
) |
[pure virtual] |
The documentation for this class was generated from the following file: