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

Main duplication detection tool interface. More...

#include <string>
#include <iostream>
#include "parser.hpp"
+ Include dependency graph for duplication_finder_tool.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DuplicationFinderTool
 Main code duplication detection tool. More...
 

Detailed Description

Main duplication detection tool interface.

Provides the primary interface for the code duplication detection tool, handling the heavy preprocessing of the input codebase to enable fast query responses during operation.

Defines the preprocessor/setup step of the tool, where we do a heavy preprocessing of the input codebase to enable fast query response later.

Definition in file duplication_finder_tool.hpp.