language/duchain
KDevelop::PointerTypeData Class Reference
Private data structure for PointerType. More...
#include <typesystemdata.h>
Inherits AbstractTypeData.
Public Member Functions | |
| PointerTypeData (const PointerTypeData &rhs) | |
| PointerTypeData () | |
Public Attributes | |
| IndexedType | m_baseType |
Detailed Description
Private data structure for PointerType.
Definition at line 116 of file typesystemdata.h.
Constructor & Destructor Documentation
| KDevelop::PointerTypeData::PointerTypeData | ( | ) |
Constructor.
Definition at line 82 of file typesystem.cpp.
| KDevelop::PointerTypeData::PointerTypeData | ( | const PointerTypeData & | rhs | ) |
Member Data Documentation
Type of data at which the pointer points.
Definition at line 124 of file typesystemdata.h.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference