Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
FunctionBreakerC Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FunctionBreakerC()

FunctionBreakerC::FunctionBreakerC ( string file_path,
string folder_path )

Constructs function breaker and processes file.

Parameters
file_pathSource file to parse
folder_pathContaining folder path

Definition at line 384 of file function_breaker_c.cpp.


The documentation for this class was generated from the following files: