#include <HighlightingAlgorithmBase.hpp>
Detailed Description
Constructor & Destructor Documentation
HighlightingAlgorithmBase::HighlightingAlgorithmBase |
( |
| ) |
|
|
inlineprotected |
virtual HighlightingAlgorithmBase::~HighlightingAlgorithmBase |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual std::string HighlightingAlgorithmBase::getName |
( |
| ) |
|
|
pure virtual |
virtual void HighlightingAlgorithmBase::process |
( |
const std::vector< std::pair< SearchType, std::string > > & |
searchStrings, |
|
|
const Poco::SharedPtr< std::string > |
contentPtr, |
|
|
ContentsStorageBase::WordPosPtrType |
wordMapPtr, |
|
|
std::map< unsigned int, WordPos > & |
wordOffsetMap |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: