Doxygen
Loading...
Searching...
No Matches
SIData_Word Struct Reference

#include <src/searchindex.h>

+ Collaboration diagram for SIData_Word:

Public Member Functions

 SIData_Word (const QCString &w, bool b)
 

Public Attributes

QCString word
 
bool hiPrio
 

Detailed Description

Definition at line 54 of file searchindex.h.

Constructor & Destructor Documentation

◆ SIData_Word()

SIData_Word::SIData_Word ( const QCString & w,
bool b )
inline

Definition at line 56 of file searchindex.h.

57 : word(w), hiPrio(b) {}
QCString word
Definition searchindex.h:58

References hiPrio, and word.

Member Data Documentation

◆ hiPrio

bool SIData_Word::hiPrio

Definition at line 59 of file searchindex.h.

Referenced by SIData_Word().

◆ word

QCString SIData_Word::word

Definition at line 58 of file searchindex.h.

Referenced by SIData_Word().


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