cmatchexpression.h Source File¶
|
API
|
cmatchexpression.h
Objects to be matched must implement this interface.
Definition cmatchexpression.h:63
virtual const char * getAsString() const =0
virtual ~Matchable()
Definition cmatchexpression.h:81
virtual const char * getAsString(const char *attribute) const =0
cMatchExpression(cMatchExpression &&other)
Definition cmatchexpression.h:101
~cMatchExpression()
bool matches(const Matchable *object) const
void setPattern(const char *pattern, bool dottedpath, bool fullstring, bool casesensitive)
cMatchExpression(const char *pattern, bool dottedpath, bool fullstring, bool casesensitive)
cMatchExpression()
virtual const char * getAsString() const override
Definition cmatchexpression.h:133
virtual const char * getAsString(const char *attribute) const override
Definition cmatchexpression.h:134
Generated on for API by