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

Public Member Functions | |
MapTypeData () | |
MapTypeData (const ListTypeData &rhs) | |
MapTypeData (const MapTypeData &rhs) | |
~MapTypeData ()=default | |
MapTypeData & | operator= (const ListTypeData &rhs)=delete |
![]() | |
ListTypeData () | |
ListTypeData (const KDevelop::StructureTypeData &rhs) | |
ListTypeData (const ListTypeData &rhs) | |
~ListTypeData ()=default | |
ListTypeData & | operator= (const ListTypeData &rhs)=delete |
![]() | |
StructureTypeData () | |
StructureTypeData (const StructureTypeData &rhs) | |
~StructureTypeData ()=default | |
StructureTypeData & | operator= (const StructureTypeData &rhs)=delete |
Public Attributes | |
IndexedType | m_keyType |
![]() | |
IndexedType | m_contentType |
![]() | |
DeclarationId | m_id |
Detailed Description
Definition at line 151 of file containertypes.h.
Constructor & Destructor Documentation
◆ MapTypeData() [1/3]
|
inline |
Definition at line 155 of file containertypes.h.
◆ MapTypeData() [2/3]
|
inline |
Definition at line 159 of file containertypes.h.
◆ MapTypeData() [3/3]
|
inlineexplicit |
Definition at line 163 of file containertypes.h.
◆ ~MapTypeData()
|
default |
Member Function Documentation
◆ operator=()
|
delete |
Member Data Documentation
◆ m_keyType
IndexedType KDevelop::MapTypeData::m_keyType |
Definition at line 171 of file containertypes.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 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.