mockpp::MatchBuilderAdapterBase Class Reference

Base for a helper class for convenient handling of match builders. More...

Inheritance diagram for mockpp::MatchBuilderAdapterBase:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Base for a helper class for convenient handling of match builders.

Definition at line 59 of file MatchBuilder.h.


Member Function Documentation

virtual void* mockpp::MatchBuilderAdapterBase::getBuilder (  )  const [pure virtual]

Returns the internal builder.

Returns:
pointer to builder

Implemented in mockpp::MatchBuilderAdapter< R, I >.

virtual void mockpp::MatchBuilderAdapterBase::match ( TypelessMatcher::AP  customMatcher  )  [pure virtual]

Adds another match to the builder.

Parameters:
customMatcher pointer to matcher object

Implemented in mockpp::MatchBuilderAdapter< R, I >.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated on Tue Jan 5 09:49:05 2010 for mockpp by  doxygen 1.6.1