Claw
1.7.3
|
kmp class interface. Use this class for exact pattern matching. This class uses the Knuth-Morris-Pratt's algorithm. More...
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.