![]() |
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 |
| QHash< HashString, Namespace * > | children |
| QHash< HashString, NamespaceList > | aliases |
| QList< HashStringList > | usings |
| Namespace * | classDef |
| QString | trQualification |
| bool | hasTrFunctions |
| bool | complained |
|
inline |
Definition at line 42 of file cpp.h.
References classDef, complained, hasTrFunctions, and parent.
| 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::complained |
Definition at line 69 of file cpp.h.
Referenced by Namespace().
| bool Namespace::hasTrFunctions |
Definition at line 68 of file cpp.h.
Referenced by Namespace(), and CppParser::parseInternal().
| Namespace* Namespace::parent |
Definition at line 48 of file cpp.h.
Referenced by Namespace().
| QList<HashStringList> Namespace::usings |