Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CompilationIndex Struct Reference
Collaboration diagram for CompilationIndex:

Public Member Functions

 operator CXIndex ()
 ~CompilationIndex ()
 operator CXIndex ()
 ~CompilationIndex ()

Public Attributes

CXIndex index = nullptr

Detailed Description

Definition at line 53 of file clangcodeparser.cpp.

Constructor & Destructor Documentation

◆ ~CompilationIndex() [1/2]

CompilationIndex::~CompilationIndex ( )
inline

Definition at line 60 of file clangcodeparser.cpp.

References index.

◆ ~CompilationIndex() [2/2]

CompilationIndex::~CompilationIndex ( )
inline

Definition at line 60 of file clangcodeparser.cpp.

Member Function Documentation

◆ operator CXIndex() [1/2]

CompilationIndex::operator CXIndex ( )
inline

Definition at line 56 of file clangcodeparser.cpp.

References index.

◆ operator CXIndex() [2/2]

CompilationIndex::operator CXIndex ( )
inline

Definition at line 56 of file clangcodeparser.cpp.

Member Data Documentation

◆ index

CXIndex CompilationIndex::index = nullptr

Definition at line 54 of file clangcodeparser.cpp.

Referenced by ~CompilationIndex(), and operator CXIndex().


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