ArKanjo
0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
source_feature.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <filesystem>
4
#include <string>
5
6
namespace
fs = std::filesystem;
7
inline
fs::path
source_feature_path
= fs::path(
"features"
) /
"source"
;
8
9
struct
SourceFeature
{
15
std::string
code
;
16
};
source_feature_path
fs::path source_feature_path
Definition
source_feature.hpp:7
SourceFeature
Definition
source_feature.hpp:9
SourceFeature::code
std::string code
Full source code of the function.
Definition
source_feature.hpp:15
include
arkanjo
base
features
source_feature.hpp
Generated by
1.12.0