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
CppParserState Struct Reference

#include <cpp.h>

Inheritance diagram for CppParserState:
Collaboration diagram for CppParserState:

Public Member Functions

bool operator== (const CppParserState &other) const

Public Attributes

NamespaceList namespaces
QStack< qsizetypenamespaceDepths
NamespaceList functionContext
QString functionContextUnresolved
QString pendingContext

Detailed Description

Definition at line 83 of file cpp.h.

Member Function Documentation

◆ operator==()

bool CppParserState::operator== ( const CppParserState & other) const
inline

Definition at line 91 of file cpp.h.

Member Data Documentation

◆ functionContext

NamespaceList CppParserState::functionContext

Definition at line 87 of file cpp.h.

Referenced by CppParser::parse(), and CppParser::parseInternal().

◆ functionContextUnresolved

QString CppParserState::functionContextUnresolved

Definition at line 88 of file cpp.h.

◆ namespaceDepths

QStack<qsizetype> CppParserState::namespaceDepths

Definition at line 86 of file cpp.h.

◆ namespaces

NamespaceList CppParserState::namespaces

Definition at line 85 of file cpp.h.

Referenced by CppParser::parse(), and CppParser::parseInternal().

◆ pendingContext

QString CppParserState::pendingContext

Definition at line 89 of file cpp.h.


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