ddc
Public Member Functions | Public Attributes | List of all members
COutputToken Struct Reference

#include <IndexSet.h>

Public Member Functions

 COutputToken ()
 
 COutputToken (string WordStr, BYTE Highlight)
 
bool operator== (const COutputToken &X) const
 

Public Attributes

string m_TokenStr
 the token itself More...
 
string m_InterpStr
 the interpretation of the token More...
 
BYTE m_Highlight
 how DDC should highlight this token in the output hit More...
 

Detailed Description

COutputToken contains information about one token of an output hit and its properties.

Constructor & Destructor Documentation

◆ COutputToken() [1/2]

COutputToken::COutputToken ( )
inline

◆ COutputToken() [2/2]

COutputToken::COutputToken ( string  WordStr,
BYTE  Highlight 
)
inline

Member Function Documentation

◆ operator==()

bool COutputToken::operator== ( const COutputToken X) const
inline

References m_TokenStr.

Member Data Documentation

◆ m_TokenStr

string COutputToken::m_TokenStr

the token itself

Referenced by CConcordance::GetTokenFields(), and operator==().

◆ m_InterpStr

string COutputToken::m_InterpStr

the interpretation of the token

Referenced by CConcordance::GetTokenFields().

◆ m_Highlight

BYTE COutputToken::m_Highlight

how DDC should highlight this token in the output hit


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