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

#include <preprocessor.hpp>

+ Inheritance diagram for Preprocessor:

Static Public Member Functions

static void save_current_run_params (const fs::path &path)
 Saves preprocessing parameters for future runs.
 
static std::vector< std::string > read_current_run_params ()
 read preprocessing parameters runs
 

Static Protected Attributes

static constexpr const char * CONFIG_PATH = "config.txt"
 Configuration file path.
 

Detailed Description

Definition at line 9 of file preprocessor.hpp.

Member Function Documentation

◆ read_current_run_params()

std::vector< std::string > Preprocessor::read_current_run_params ( )
static

read preprocessing parameters runs

Definition at line 21 of file preprocessor.cpp.

◆ save_current_run_params()

void Preprocessor::save_current_run_params ( const fs::path & path)
static

Saves preprocessing parameters for future runs.

Parameters
pathProject path to save

Definition at line 6 of file preprocessor.cpp.

Member Data Documentation

◆ CONFIG_PATH

const char* Preprocessor::CONFIG_PATH = "config.txt"
staticconstexprprotected

Configuration file path.

Definition at line 15 of file preprocessor.hpp.


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