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

#include <cpp.h>

+ Collaboration diagram for Namespace:

Public Member Functions

 Namespace ()
 
 ~Namespace ()
 

Public Attributes

QHash< HashString, Namespace * > children
 
QHash< HashString, NamespaceListaliases
 
QList< HashStringListusings
 
NamespaceclassDef
 
QString trQualification
 
bool hasTrFunctions
 
bool complained
 

Detailed Description

Definition at line 42 of file cpp.h.

Constructor & Destructor Documentation

◆ Namespace()

Namespace::Namespace ( )
inline

Definition at line 44 of file cpp.h.

References classDef, complained, and hasTrFunctions.

◆ ~Namespace()

Namespace::~Namespace ( )
inline

Definition at line 48 of file cpp.h.

Member Data Documentation

◆ aliases

QHash<HashString, NamespaceList> Namespace::aliases

Definition at line 54 of file cpp.h.

◆ children

QHash<HashString, Namespace *> Namespace::children

Definition at line 53 of file cpp.h.

◆ classDef

Namespace* Namespace::classDef

Definition at line 68 of file cpp.h.

Referenced by Namespace().

◆ complained

bool Namespace::complained

Definition at line 73 of file cpp.h.

Referenced by Namespace().

◆ hasTrFunctions

bool Namespace::hasTrFunctions

Definition at line 72 of file cpp.h.

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

◆ trQualification

QString Namespace::trQualification

Definition at line 70 of file cpp.h.

◆ usings

QList<HashStringList> Namespace::usings

Definition at line 55 of file cpp.h.


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