ArKanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
method.hpp File Reference
#include <vector>
#include <string>
#include <arkanjo/base/function/function_data.hpp>
+ Include dependency graph for method.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMethod
 

Typedefs

using DuplicationEntry = std::tuple<double, std::string, std::string>
 tuple format of the detected duplicates (similarity_percentage, path1, path2)
 

Typedef Documentation

◆ DuplicationEntry

using DuplicationEntry = std::tuple<double, std::string, std::string>

tuple format of the detected duplicates (similarity_percentage, path1, path2)

Definition at line 11 of file method.hpp.