Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
#include <search_callback.h>
Public Member Functions | |
virtual void | foundMatch (const _Iterator &start)=0 |
Callback that reports match in string search problem
virtual void strings::search_callback::SearchCallback< _Iterator >::foundMatch | ( | const _Iterator & | start | ) | [pure virtual] |