Arkanjo 0.2
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 (const fs::path &file_path, const fs::path &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 31 of file function_breaker_c.hpp.

Constructor & Destructor Documentation

◆ FunctionBreakerC()

FunctionBreakerC::FunctionBreakerC ( const fs::path & file_path,
const fs::path & folder_path )

Constructs function breaker and processes file.

Parameters
file_pathSource file to parse
folder_pathContaining folder path

Definition at line 379 of file function_breaker_c.cpp.


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