Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
similar_function_finder.hpp File Reference

Similar function locator interface. More...

#include <string>
#include <vector>
#include "../base/path.hpp"
#include "../base/function.hpp"
#include "../base/utils.hpp"
#include "../base/similarity_table.hpp"
+ Include dependency graph for similar_function_finder.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Similar_Function_Finder
 Similar function locator and reporter. More...
 

Detailed Description

Similar function locator interface.

Provides functionality to find and display functions similar to a given reference function within the codebase.

Similar Functions Finder implements the functionality to given a function, find the other functions that are similar to the given one.

Definition in file similar_function_finder.hpp.