Base for a helper class for convenient handling of match builders. More...
Public Member Functions | |
virtual void * | getBuilder () const =0 |
Returns the internal builder. | |
virtual | ~MatchBuilderAdapterBase () |
Destructs the adapter. | |
virtual void | match (TypelessMatcher::AP customMatcher)=0 |
Adds another match to the builder. |
Base for a helper class for convenient handling of match builders.
Definition at line 59 of file MatchBuilder.h.
virtual void* mockpp::MatchBuilderAdapterBase::getBuilder | ( | ) | const [pure virtual] |
Returns the internal builder.
Implemented in mockpp::MatchBuilderAdapter< R, I >.
virtual void mockpp::MatchBuilderAdapterBase::match | ( | TypelessMatcher::AP | customMatcher | ) | [pure virtual] |
Adds another match to the builder.
customMatcher | pointer to matcher object |
Implemented in mockpp::MatchBuilderAdapter< R, I >.