Go to the source code of this file.
Classes | |
class | mockpp::InvocationBase |
Base class for objects holding invocations. More... | |
class | mockpp::Invocation |
Hold information about an invocation dispatched to a Mock object. More... | |
class | mockpp::Invocation0 |
Hold invocations without parameters. More... | |
Namespaces | |
namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Functions | |
template<class T > | |
bool | mockpp::invocationComparison (const T &left, const T &right) |
Default comparison function for the various Invocation classes. |
Definition in file Invocation.h.