Merged Matcher changes to Objective-C bindings
This commit is contained in:
parent
7455c449ad
commit
a8c6543bcc
5 changed files with 48 additions and 47 deletions
|
@ -15,6 +15,8 @@ namespace Matchers {
|
|||
template<typename ExpressionT>
|
||||
struct Matcher : SharedImpl<IShared>
|
||||
{
|
||||
typedef ExpressionT ExpressionType;
|
||||
|
||||
virtual ~Matcher() {}
|
||||
virtual Ptr<Matcher> clone() const = 0;
|
||||
virtual bool match( const ExpressionT& expr ) const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue