![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpp.h>
Public Member Functions | |
| Namespace () | |
| ~Namespace () | |
Public Attributes | |
| Namespace * | parent = nullptr |
| QHash< HashString, Namespace * > | children |
| QHash< HashString, NamespaceList > | aliases |
| QList< HashStringList > | usings |
| Namespace * | classDef |
| QString | trQualification |
| bool | hasTrFunctions = false |
| bool | complained = false |
| bool | isClass = false |
| QHash<HashString, NamespaceList> Namespace::aliases |
| QHash<HashString, Namespace *> Namespace::children |
| Namespace* Namespace::classDef |
Definition at line 64 of file cpp.h.
Referenced by Namespace().
| bool Namespace::isClass = false |
Definition at line 70 of file cpp.h.
Referenced by CppParser::parseInternal().
| QList<HashStringList> Namespace::usings |