|
ArKanjo 0.2
A tool for find code duplicated functions in codebases
|
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) | |
| 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.