Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
Similar_Function_Finder Class Reference

Similar function locator and reporter. More...

#include <similar_function_finder.hpp>

Public Member Functions

 Similar_Function_Finder (string _function_pattern, Similarity_Table *_similarity_table)
 Constructs finder and initiates search.
 

Detailed Description

Similar function locator and reporter.

Identifies functions similar to a specified reference function pattern and provides detailed reporting about the matches found.

Definition at line 30 of file similar_function_finder.hpp.

Constructor & Destructor Documentation

◆ Similar_Function_Finder()

Similar_Function_Finder::Similar_Function_Finder ( string _function_pattern,
Similarity_Table * _similarity_table )

Constructs finder and initiates search.

Parameters
_function_patternFunction name pattern to match
_similarity_tableSource of similarity data

Definition at line 50 of file similar_function_finder.cpp.


The documentation for this class was generated from the following files: