|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <string>#include <nlohmann/json.hpp>
Include dependency graph for similar_function_finder_entry.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | SimilarFunctionEmptyEntry |
| struct | SimilarFunctionCountEntry |
Functions | |
| void | to_json (json &j, const SimilarFunctionEmptyEntry &d) |
| void | to_json (json &j, const SimilarFunctionCountEntry &d) |
| void to_json | ( | json & | j, |
| const SimilarFunctionCountEntry & | d ) |
Definition at line 22 of file similar_function_finder_entry.hpp.
| void to_json | ( | json & | j, |
| const SimilarFunctionEmptyEntry & | d ) |
Definition at line 12 of file similar_function_finder_entry.hpp.