|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
#include <bits/stdc++.h>
Include dependency graph for parser.cpp:Go to the source code of this file.
Classes | |
| struct | Comparation |
| Structure representing a code comparison result. More... | |
Functions | |
| vector< string > | parser_line (string line) |
| bool | is_an_file (string s) |
| string | remove_formatation_from_similarity (string s) |
| double | retrive_similarity (string s) |
| void | parser_block (string path, set< Comparation > &comparations) |
| void | parser () |
| int | main (int argc, char *argv[]) |
Variables | |
| double | CAP = 0 |
| bool is_an_file | ( | string | s | ) |
Definition at line 26 of file parser.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 128 of file parser.cpp.
| void parser | ( | ) |
Definition at line 102 of file parser.cpp.
| void parser_block | ( | string | path, |
| set< Comparation > & | comparations ) |
Definition at line 82 of file parser.cpp.
| vector< string > parser_line | ( | string | line | ) |
Definition at line 8 of file parser.cpp.
| string remove_formatation_from_similarity | ( | string | s | ) |
Definition at line 30 of file parser.cpp.
| double retrive_similarity | ( | string | s | ) |
Definition at line 43 of file parser.cpp.
| double CAP = 0 |
Definition at line 5 of file parser.cpp.