Skip to main content

The SIData_Word Struct Reference

Declaration

struct SIData_Word { ... }

Included Headers

#include <src/searchindex.h>

Public Constructors Index

SIData_Word (const QCString &w, bool b)

Public Member Attributes Index

QCStringword
boolhiPrio

Definition at line 54 of file searchindex.h.

Public Constructors

SIData_Word()

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

Definition at line 56 of file searchindex.h.

56 SIData_Word(const QCString &w,bool b)
57 : word(w), hiPrio(b) {}

References hiPrio and word.

Public Member Attributes

hiPrio

bool SIData_Word::hiPrio

Definition at line 59 of file searchindex.h.

59 bool hiPrio;

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:


Generated via doxygen2docusaurus by Doxygen 1.14.0.