|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
Configuration management interface. More...
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... | |
Macros | |
| #define | THIRD_PARTY_DIR "third-party" |
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.
| #define THIRD_PARTY_DIR "third-party" |
Definition at line 24 of file config.hpp.