Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
strings::search_callback::SearchCallback< _Iterator > Class Template Reference

#include <search_callback.h>

List of all members.

Public Member Functions

virtual void foundMatch (const _Iterator &start)=0

Detailed Description

template<typename _Iterator>
class strings::search_callback::SearchCallback< _Iterator >

Callback that reports match in string search problem


Member Function Documentation

template<typename _Iterator>
virtual void strings::search_callback::SearchCallback< _Iterator >::foundMatch ( const _Iterator &  start) [pure virtual]

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