#include <algorithms.h>
公共成员函数 |
|
| SequenceMatcher (const SEARCH_SEQ &searchSeqIn, const COMPARE &compIn) | |
| SequenceMatcher (const SequenceMatcher &)=default | |
| SequenceMatcher & | operator= (const SequenceMatcher &)=default |
| template<typename ITERATOR , typename SENTINEL > | |
| auto | FindNext (ITERATOR first, SENTINEL sentinel) const -> Match < ITERATOR > |
| template<typename INDEXABLE > | |
| auto | FindNextIndex (const INDEXABLE &indexable, IndexPair indexPair) const -> Match < Int > const |
Public Attributes |
|
| const SEARCH_SEQ & | searchSeq |
| const COMPARE & | comp |
| SequenceMatcher | ( | const SEARCH_SEQ & | searchSeqIn , |
| const COMPARE & | compIn | ||
| ) |
|
default |
|
default |
| auto FindNext | ( | ITERATOR | first , |
| SENTINEL | sentinel | ||
| ) | const -> Match <ITERATOR> |
| auto FindNextIndex | ( | const INDEXABLE & | indexable , |
| IndexPair | indexPair | ||
| ) | const -> Match < Int > const |
| const SEARCH_SEQ& searchSeq |
| const COMPARE& comp |