language/duchain
KDevelop::LocalIndexedDeclaration Class Reference
Represents a declaration only by its index within the top-context. More...
#include <indexeditems.h>
Public Member Functions | |
| LocalIndexedDeclaration (uint declarationIndex) | |
| LocalIndexedDeclaration (Declaration *decl=0) | |
| Declaration * | data (TopDUContext *top) const |
| uint | hash () const |
| bool | isLoaded (TopDUContext *top) const |
| bool | isValid () const |
| uint | localIndex () const |
| bool | operator< (const LocalIndexedDeclaration &rhs) const |
| bool | operator== (const LocalIndexedDeclaration &rhs) const |
Detailed Description
Represents a declaration only by its index within the top-context.
Definition at line 245 of file indexeditems.h.
Member Function Documentation
| uint KDevelop::LocalIndexedDeclaration::localIndex | ( | ) | const [inline] |
Index of the Declaration within the top context.
Definition at line 269 of file indexeditems.h.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference