CodeModelUtils::PredDefinitionMatchesDeclaration Class Reference
Predicate for use with findFunctionDefintions. More...
#include <codemodel_utils.h>
Collaboration diagram for CodeModelUtils::PredDefinitionMatchesDeclaration:

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
|
Definition at line 205 of file codemodel_utils.h. References FunctionDom. |
Member Function Documentation
|
Definition at line 206 of file codemodel_utils.h. References CodeModelUtils::compareDeclarationToDefinition(), and FunctionDefinitionDom. |
Member Data Documentation
|
Definition at line 212 of file codemodel_utils.h. |
The documentation for this class was generated from the following file:
- lib/interfaces/codemodel_utils.h