Public Member Functions | Public Attributes

CHighlightTags Struct Reference

#include <ConcIndexator.h>

List of all members.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

CHighlightTags::CHighlightTags (  ) 

References m_bWasReadFromString.


Member Function Documentation

bool CHighlightTags::ReadFromString ( const string &  s  ) 

References m_bWasReadFromString, m_FirstCloser, m_FirstOpener, m_RestCloser, m_RestOpener, Trim(), and StringTokenizer::val().

Referenced by CConcIndexator::LoadOptionsFromString().

Here is the call graph for this function:

Here is the caller graph for this function:

string CHighlightTags::ToString (  )  const

References Format(), m_FirstCloser, m_FirstOpener, m_RestCloser, and m_RestOpener.

Referenced by CConcIndexator::SaveOptionsToString().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

true, if members were initialized from string (via CHighlightTags::ReadFromString)

Referenced by CHighlightTags(), ReadFromString(), and CConcIndexator::SaveOptionsToString().

the start tag which should highlight the first found occurrence in a hit

Referenced by BuildHtmlHitStrWithHighlighting(), CConcIndexator::InitDefaultOptions(), ReadFromString(), and ToString().

the end tag which should highlight the first found occurrence in a hit

Referenced by BuildHtmlHitStrWithHighlighting(), CConcIndexator::InitDefaultOptions(), ReadFromString(), and ToString().

the start tag which should highlight the next found occurrences in a hit (except the first occurrence)

Referenced by BuildHtmlHitStrWithHighlighting(), CConcIndexator::InitDefaultOptions(), ReadFromString(), and ToString().

the end tag which should highlight the next found occurrences in a hit (except the first occurrence)

Referenced by BuildHtmlHitStrWithHighlighting(), CConcIndexator::InitDefaultOptions(), ReadFromString(), and ToString().


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