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

Public Member Functions | |
ForwardDeclarationData () | |
ForwardDeclarationData (const ForwardDeclarationData &rhs) | |
~ForwardDeclarationData ()=default | |
ForwardDeclarationData & | operator= (const ForwardDeclarationData &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 *) |
Additional Inherited Members | |
![]() | |
static bool | appendedListDynamicDefault () |
static bool & | shouldCreateConstantData () |
![]() | |
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 |
Detailed Description
Definition at line 27 of file forwarddeclaration.h.
Constructor & Destructor Documentation
◆ ForwardDeclarationData() [1/2]
|
inline |
Definition at line 31 of file forwarddeclaration.h.
◆ ForwardDeclarationData() [2/2]
|
inline |
Definition at line 34 of file forwarddeclaration.h.
◆ ~ForwardDeclarationData()
|
default |
Member Function Documentation
◆ operator=()
|
delete |
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 Wed Mar 3 2021 00:37:28 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:37:28 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.