kdevplatform/language/duchain
KDevelop::NamespaceAliasDeclarationData Class Reference
#include <namespacealiasdeclaration.h>
Inheritance diagram for KDevelop::NamespaceAliasDeclarationData:

Public Member Functions | |
NamespaceAliasDeclarationData () | |
NamespaceAliasDeclarationData (const NamespaceAliasDeclarationData &rhs) | |
~NamespaceAliasDeclarationData ()=default | |
NamespaceAliasDeclarationData & | operator= (const NamespaceAliasDeclarationData &rhs)=delete |
![]() | |
DeclarationData () | |
DeclarationData (const DeclarationData &rhs)=default | |
![]() | |
DUChainBaseData () | |
DUChainBaseData (const DUChainBaseData &rhs) | |
~DUChainBaseData () | |
uint | classSize () const |
void | freeDynamicData () |
bool | isDynamic () const |
DUChainBaseData & | operator= (const DUChainBaseData &rhs)=delete |
template<class T > | |
void | setClassId (T *) |
Public Attributes | |
IndexedQualifiedIdentifier | m_importIdentifier |
![]() | |
bool | m_alwaysForceDirect: 1 |
bool | m_anonymousInContext: 1 |
uint | m_comment = 0 |
DeclarationId | m_declaration |
IndexedIdentifier | m_identifier |
bool | m_inSymbolTable: 1 |
IndexedDUContext | m_internalContext |
bool | m_isAutoDeclaration: 1 |
bool | m_isDefinition: 1 |
bool | m_isDeprecated: 1 |
bool | m_isExplicitlyDeleted: 1 |
bool | m_isExplicitlyTyped: 1 |
bool | m_isTypeAlias: 1 |
Declaration::Kind | m_kind = Declaration::Instance |
IndexedType | m_type |
![]() | |
quint16 | classId = 0 |
RangeInRevision | m_range |
Additional Inherited Members | |
![]() | |
static bool | appendedListDynamicDefault () |
static bool & | shouldCreateConstantData () |
Detailed Description
Definition at line 26 of file namespacealiasdeclaration.h.
Constructor & Destructor Documentation
◆ NamespaceAliasDeclarationData() [1/2]
|
inline |
Definition at line 30 of file namespacealiasdeclaration.h.
◆ NamespaceAliasDeclarationData() [2/2]
|
inline |
Definition at line 31 of file namespacealiasdeclaration.h.
◆ ~NamespaceAliasDeclarationData()
|
default |
Member Function Documentation
◆ operator=()
|
delete |
Member Data Documentation
◆ m_importIdentifier
IndexedQualifiedIdentifier KDevelop::NamespaceAliasDeclarationData::m_importIdentifier |
Definition at line 38 of file namespacealiasdeclaration.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 23:31:18 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 23:31:18 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.