Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
config.hpp File Reference

Configuration management interface. More...

#include <string>
+ Include dependency graph for config.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Config
 Singleton configuration manager class. More...
 

Detailed Description

Configuration management interface.

Defines the singleton configuration class that manages application paths. Provides abstraction for file paths in the temporary codebase without requiring direct file access.

Contains the abstraction of a path to a function in the temporary code base. Useful for elements that does not need to, in fact, read the files in the temporary codebase.

Definition in file config.hpp.