|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#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. | |
Definition at line 9 of file preprocessor.hpp.
|
static |
read preprocessing parameters runs
Definition at line 21 of file preprocessor.cpp.
|
static |
Saves preprocessing parameters for future runs.
| path | Project path to save |
Definition at line 6 of file preprocessor.cpp.
|
staticconstexprprotected |
Configuration file path.
Definition at line 15 of file preprocessor.hpp.