highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
HighlightingAlgorithmRegexpr Class Reference

#include <HighlightingAlgorithmRegexpr.hpp>

Inheritance diagram for HighlightingAlgorithmRegexpr:
Collaboration diagram for HighlightingAlgorithmRegexpr:

Public Member Functions

 HighlightingAlgorithmRegexpr ()
virtual void 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)
virtual std::string getName ()
virtual ~HighlightingAlgorithmRegexpr ()
- Public Member Functions inherited from HighlightingAlgorithmBase
virtual ~HighlightingAlgorithmBase ()

Additional Inherited Members

- Protected Member Functions inherited from HighlightingAlgorithmBase
 HighlightingAlgorithmBase ()

Detailed Description

Definition at line 26 of file HighlightingAlgorithmRegexpr.hpp.

Constructor & Destructor Documentation

HighlightingAlgorithmRegexpr::HighlightingAlgorithmRegexpr ( )
inline

Definition at line 31 of file HighlightingAlgorithmRegexpr.hpp.

virtual HighlightingAlgorithmRegexpr::~HighlightingAlgorithmRegexpr ( )
inlinevirtual

Definition at line 35 of file HighlightingAlgorithmRegexpr.hpp.

Member Function Documentation

virtual std::string HighlightingAlgorithmRegexpr::getName ( )
inlinevirtual

Implements HighlightingAlgorithmBase.

Definition at line 34 of file HighlightingAlgorithmRegexpr.hpp.

void HighlightingAlgorithmRegexpr::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 
)
virtual

Implements HighlightingAlgorithmBase.

Definition at line 24 of file HighlightingAlgorithmRegexpr.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files: