#include <IndexSet.h>
COutputToken contains information about one token of an output hit and its properties.
COutputToken::COutputToken | ( | ) | [inline] |
References m_bHighlight.
COutputToken::COutputToken | ( | string | WordStr, | |
bool | bHighlight | |||
) | [inline] |
References m_bHighlight, and m_TokenStr.
bool COutputToken::operator== | ( | const COutputToken & | X | ) | const [inline] |
References m_TokenStr.
string COutputToken::m_TokenStr |
the token itself
Referenced by COutputToken(), CConcIndexator::GetTokenFields(), and operator==().
string COutputToken::m_InterpStr |
the interpretation of the token
Referenced by CConcIndexator::GetTokenFields().
should DDC highlight this token in the output hit
Referenced by COutputToken().