Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
similar_function_finder_entry.hpp File Reference
#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)
 

Function Documentation

◆ to_json() [1/2]

void to_json ( json & j,
const SimilarFunctionCountEntry & d )

Definition at line 22 of file similar_function_finder_entry.hpp.

◆ to_json() [2/2]

void to_json ( json & j,
const SimilarFunctionEmptyEntry & d )

Definition at line 12 of file similar_function_finder_entry.hpp.