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

Code duplication results parser. More...

#include <string>
#include <vector>
#include <set>
#include <fstream>
#include <iomanip>
#include <algorithm>
+ Include dependency graph for parser.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Comparation
 Structure representing a code comparison result. More...
 
class  Parser
 Parses and transforms duplication detection tool output. More...
 

Detailed Description

Code duplication results parser.

Handles parsing and transformation of output from third-party code duplication detection tools into a more usable format.

The parser is responsible to read the output to the code duplication detection tool that exists in the third_party folder and parse/transform it in a way that is easier to work with later.

Definition in file parser.hpp.