feisty meow concerns codebase
2.140
|
#include "version_ini.h"
#include <basis/functions.h>
#include <configuration/application_configuration.h>
#include <configuration/ini_configurator.h>
#include <filesystem/byte_filer.h>
#include <filesystem/directory.h>
#include <filesystem/filename.h>
#include <loggers/critical_events.h>
#include <loggers/program_wide_logger.h>
#include <structures/string_array.h>
#include <sys/stat.h>
Go to the source code of this file.
Namespaces | |
versions | |
Macros | |
#define | LOG(t) CLASS_EMERGENCY_LOG(program_wide_logger::get(), t) |
#define | REPLACE(tag, replacement) new_version_entry.replace_all(tag, replacement); \ |
Functions | |
bool | versions::replace_version_entry (astring &full_string, const astring &look_for, const astring &new_ver) |
Variables | |
const char * | versions::VERSION_INI_FILE = "/version.ini" |
const astring | versions::version_rc_template |
const astring | versions::version_header_template |
#define LOG | ( | t | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), t) |
Definition at line 68 of file version_ini.cpp.
#define REPLACE | ( | tag, | |
replacement | |||
) | new_version_entry.replace_all(tag, replacement); \ |
Definition at line 269 of file version_ini.cpp.