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