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

Function Documentation

◆ to_json() [1/2]

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

Definition at line 14 of file similarity_explorer_entry.hpp.

◆ to_json() [2/2]

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

Definition at line 27 of file similarity_explorer_entry.hpp.