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