kmp class interface. Use this class for exact pattern matching. This class uses the Knuth-Morris-Pratt's algorithm. More...
#include <map>
#include <claw/kmp.tpp>
Go to the source code of this file.
Classes | |
class | claw::text::kmp< RandomIterator > |
Exact pattern finding with the Knuth-Morris-Pratt's algorithm. More... | |
Namespaces | |
namespace | claw |
This is the main namespace. | |
namespace | claw::text |
Everything about text processing. | |
kmp class interface. Use this class for exact pattern matching. This class uses the Knuth-Morris-Pratt's algorithm.
Definition in file kmp.hpp.