ArKanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
metadata_feature.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
12 std::string signature;
13
20
27
34};
size_t start_number_line
Starting line number of the function body.
size_t line_declaration
Line number where the function is declared.
std::string signature
Full function signature.
size_t end_number_line
Ending line number of the function.