KDevelop API Documentation

CodeModelUtils::PredDefinitionMatchesDeclaration Class Reference

Predicate for use with findFunctionDefintions. More...

#include <codemodel_utils.h>

Collaboration diagram for CodeModelUtils::PredDefinitionMatchesDeclaration:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PredDefinitionMatchesDeclaration (const FunctionDom &func)
bool operator() (const FunctionDefinitionDom &def) const

Private Attributes

const FunctionDom m_declaration

Detailed Description

Predicate for use with findFunctionDefintions.

Searches for a defintion matching a declaration.

Author:
Jonas Jacobi

Definition at line 203 of file codemodel_utils.h.


Constructor & Destructor Documentation

CodeModelUtils::PredDefinitionMatchesDeclaration::PredDefinitionMatchesDeclaration const FunctionDom func  )  [inline]
 

Definition at line 205 of file codemodel_utils.h.

References FunctionDom.


Member Function Documentation

bool CodeModelUtils::PredDefinitionMatchesDeclaration::operator() const FunctionDefinitionDom def  )  const [inline]
 

Definition at line 206 of file codemodel_utils.h.

References CodeModelUtils::compareDeclarationToDefinition(), and FunctionDefinitionDom.


Member Data Documentation

const FunctionDom CodeModelUtils::PredDefinitionMatchesDeclaration::m_declaration [private]
 

Definition at line 212 of file codemodel_utils.h.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:32:00 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003