Skip to main content

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
QCStringanchor
boolisSourceFile

Definition at line 45 of file searchindex.h.

Public Constructors

SIData_CurrentDoc()

SIData_CurrentDoc::SIData_CurrentDoc (const Definition * d, const QCString & a, bool b)
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

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.

49 const Definition *ctx = nullptr;

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:


Generated via doxygen2docusaurus by Doxygen 1.14.0.