#include <knuth_morris_pratt.hpp>
Public Member Functions | |
| knuth_morris_pratt (patIter first, patIter last) | |
| ~knuth_morris_pratt () | |
| template<typename corpusIter > | |
| corpusIter | operator() (corpusIter corpus_first, corpusIter corpus_last) const |
| template<typename Range > | |
| boost::range_iterator< Range > ::type | operator() (Range &r) const |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::asio::begin, and boost::end.