The SIData_CurrentDoc
Struct Reference
Declaration
struct SIData_CurrentDoc { ... }
Included Headers
#include <src/searchindex.h>
Public Constructors Index
SIData_CurrentDoc (const Definition *d, const QCString &a, bool b) | |
Public Member Attributes Index
const Definition * | ctx = nullptr |
QCString | anchor |
bool | isSourceFile |
Definition at line 45 of file searchindex.h.
Public Constructors
SIData_CurrentDoc()
| inline |
Definition at line 47 of file searchindex.h.
47 SIData_CurrentDoc(const Definition *d,const QCString &a,bool b)
48 : ctx(d), anchor(a), isSourceFile(b) {}
References anchor, ctx and isSourceFile.
Public Member Attributes
anchor
|
ctx
|
Definition at line 49 of file searchindex.h.
49 const Definition *ctx = nullptr;
Referenced by SIData_CurrentDoc.
isSourceFile
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.