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

#include <src/searchindex.h>

+ Collaboration diagram for SIData_CurrentDoc:

Public Member Functions

 SIData_CurrentDoc (const Definition *d, const QCString &a, bool b)
 

Public Attributes

const Definitionctx = nullptr
 
QCString anchor
 
bool isSourceFile
 

Detailed Description

Definition at line 45 of file searchindex.h.

Constructor & Destructor Documentation

◆ SIData_CurrentDoc()

SIData_CurrentDoc::SIData_CurrentDoc ( const Definition * d,
const QCString & a,
bool b )
inline

Definition at line 47 of file searchindex.h.

48 : ctx(d), anchor(a), isSourceFile(b) {}
const Definition * ctx
Definition searchindex.h:49

References anchor, ctx, and isSourceFile.

Member Data Documentation

◆ anchor

QCString SIData_CurrentDoc::anchor

Definition at line 50 of file searchindex.h.

Referenced by SIData_CurrentDoc().

◆ ctx

const Definition* SIData_CurrentDoc::ctx = nullptr

Definition at line 49 of file searchindex.h.

Referenced by SIData_CurrentDoc().

◆ isSourceFile

bool SIData_CurrentDoc::isSourceFile

Definition at line 51 of file searchindex.h.

Referenced by SIData_CurrentDoc().


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