feisty meow concerns codebase  2.140
version_ini.cpp File Reference
Include dependency graph for version_ini.cpp:

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
 

Macro Definition Documentation

◆ LOG

#define LOG (   t)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), t)

Definition at line 68 of file version_ini.cpp.

◆ REPLACE

#define REPLACE (   tag,
  replacement 
)     new_version_entry.replace_all(tag, replacement); \

Definition at line 269 of file version_ini.cpp.