Go to the source code of this file.
Classes | |
| class | mockpp::TypelessStub< R > |
| An object that stubs the behaviour of an invoked method invocation on behalf of an object. More... | |
| class | mockpp::TypelessStubAdapterBase< R, I > |
| Base of adapters for the "translation" to typeless stub objects. More... | |
| class | mockpp::TypelessStubAdapter< R, I > |
| Adapter for the "translation" to typeless stub objects. More... | |
| class | mockpp::TypelessStubAdapter< void, I > |
| Partial specialisation for base of adapters for the "translation" to typeless void stub objects. More... | |
Namespaces | |
| namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Defines | |
| #define | MOCKPP_TYPELESSSTUBADAPTER_PTI_IMPL(I) |
| Implement a specialized class for MOCKPP_NS::InvocationMocker. | |
| #define | MOCKPP_TYPELESSSTUBADAPTER_PTI_DECL(I) |
| Declare a specialized class for MOCKPP_NS::InvocationMocker. | |
Definition in file TypelessStub.h.
| #define MOCKPP_TYPELESSSTUBADAPTER_PTI_DECL | ( | I | ) |
Declare a specialized class for MOCKPP_NS::InvocationMocker.
Neccessary for compilers with weak template capabilities.
| #define MOCKPP_TYPELESSSTUBADAPTER_PTI_IMPL | ( | I | ) |
Implement a specialized class for MOCKPP_NS::InvocationMocker.
Neccessary for compilers with weak template capabilities.
1.6.1