language/duchain
KDevelop::ArrayTypeData Class Reference
Private data structure for ArrayType. More...
#include <typesystemdata.h>
Inherits AbstractTypeData.
Public Member Functions | |
| ArrayTypeData (const ArrayTypeData &rhs) | |
| ArrayTypeData () | |
Public Attributes | |
| int | m_dimension |
| IndexedType | m_elementType |
Detailed Description
Private data structure for ArrayType.
Definition at line 184 of file typesystemdata.h.
Constructor & Destructor Documentation
| KDevelop::ArrayTypeData::ArrayTypeData | ( | ) |
Constructor.
Definition at line 135 of file typesystem.cpp.
| KDevelop::ArrayTypeData::ArrayTypeData | ( | const ArrayTypeData & | rhs | ) |
Member Data Documentation
Dimension of the array.
Definition at line 192 of file typesystemdata.h.
Element type of the array.
Definition at line 194 of file typesystemdata.h.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference