language/duchain
KDevelop::MergeIdentifiedType< Parent > Class Template Reference
Implements everything necessary to merge the given Parent class with IdentifiedType Your used Data class must be based on the Data member class. More...
#include <identifiedtype.h>
Inheritance diagram for KDevelop::MergeIdentifiedType< Parent >:

Public Member Functions | |
| MergeIdentifiedType (Data &data) | |
| virtual bool | equals (const KDevelop::AbstractType *rhs) const |
| virtual const IdentifiedTypeData * | idData () const |
| virtual IdentifiedTypeData * | idData () |
Detailed Description
template<class Parent>
class KDevelop::MergeIdentifiedType< Parent >
Implements everything necessary to merge the given Parent class with IdentifiedType Your used Data class must be based on the Data member class.
Definition at line 136 of file identifiedtype.h.
Member Function Documentation
template<class Parent>
| virtual const IdentifiedTypeData* KDevelop::MergeIdentifiedType< Parent >::idData | ( | ) | const [inline, virtual] |
Allow IdentifiedType to access its data.
Implements KDevelop::IdentifiedType.
Definition at line 153 of file identifiedtype.h.
template<class Parent>
| virtual IdentifiedTypeData* KDevelop::MergeIdentifiedType< Parent >::idData | ( | ) | [inline, virtual] |
Allow IdentifiedType to access its data.
Implements KDevelop::IdentifiedType.
Definition at line 149 of file identifiedtype.h.
The documentation for this class was generated from the following file:
KDE 4.4 API Reference