kdevplatform/language/duchain
KDevelop::LocalIndexedProblem Class Reference
#include <problem.h>
Public Member Functions | |
LocalIndexedProblem (const ProblemPointer &problem, const TopDUContext *top) | |
LocalIndexedProblem (uint index=0) | |
ProblemPointer | data (const TopDUContext *top) const |
bool | isValid () const |
uint | localIndex () const |
bool | operator== (const LocalIndexedProblem &rhs) const |
Detailed Description
Represents a problem only by its index within the top-context.
Fixme: share code with the other LocalIndexed* classes
Constructor & Destructor Documentation
◆ LocalIndexedProblem() [1/2]
LocalIndexedProblem::LocalIndexedProblem | ( | const ProblemPointer & | problem, |
const TopDUContext * | top | ||
) |
Definition at line 42 of file problem.cpp.
◆ LocalIndexedProblem() [2/2]
|
inlineexplicit |
Member Function Documentation
◆ data()
ProblemPointer LocalIndexedProblem::data | ( | const TopDUContext * | top | ) | const |
- Note
- Duchain must be read locked
Definition at line 61 of file problem.cpp.
◆ isValid()
|
inline |
◆ localIndex()
|
inline |
Index of the Declaration within the top context.
◆ operator==()
|
inline |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Apr 13 2021 23:29:59 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Apr 13 2021 23:29:59 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.