Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
C/C++ function parser and extractor. More...
#include <function_breaker_c.hpp>
Public Member Functions | |
FunctionBreakerC (string file_path, string folder_path) | |
Constructs function breaker and processes file. | |
C/C++ function parser and extractor.
Analyzes C/C++ source code to identify and extract individual functions, including their headers, bodies, and location information. Handles complex C syntax including preprocessor directives and comments.
Definition at line 30 of file function_breaker_c.hpp.
FunctionBreakerC::FunctionBreakerC | ( | string | file_path, |
string | folder_path ) |
Constructs function breaker and processes file.
file_path | Source file to parse |
folder_path | Containing folder path |
Definition at line 384 of file function_breaker_c.cpp.