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

Public Member Functions | |
ReferenceTypeData () | |
ReferenceTypeData (const ReferenceTypeData &rhs) | |
~ReferenceTypeData ()=default | |
ReferenceTypeData & | operator= (const ReferenceTypeData &rhs)=delete |
Public Attributes | |
IndexedType | m_baseType |
bool | m_isRValue: 1 |
Detailed Description
Private data structure for ReferenceType.
Definition at line 145 of file typesystemdata.h.
Constructor & Destructor Documentation
◆ ReferenceTypeData() [1/2]
KDevelop::ReferenceTypeData::ReferenceTypeData | ( | ) |
Constructor.
Definition at line 89 of file typesystem.cpp.
◆ ReferenceTypeData() [2/2]
KDevelop::ReferenceTypeData::ReferenceTypeData | ( | const ReferenceTypeData & | rhs | ) |
◆ ~ReferenceTypeData()
|
default |
Member Function Documentation
◆ operator=()
|
delete |
Member Data Documentation
◆ m_baseType
IndexedType KDevelop::ReferenceTypeData::m_baseType |
Type of data which is referenced.
Definition at line 156 of file typesystemdata.h.
◆ m_isRValue
bool KDevelop::ReferenceTypeData::m_isRValue |
True if this is an rvalue-reference, false for lvalue-references.
Definition at line 158 of file typesystemdata.h.
The documentation for this class was generated from the following files:
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.