Event handler functor base class to invoke when the buffer contents are shifted out, e.g. for logging the data searched. More...
#include <absmatcher.h>
Public Member Functions | |
virtual void | operator() (AbstractMatcher &, const char *, size_t, size_t)=0 |
Event handler functor base class to invoke when the buffer contents are shifted out, e.g. for logging the data searched.
|
pure virtual |