#include "byte_filer.h"#include "filename.h"#include "ini_config.h"#include "version_ini.h"#include <basis/function.h>#include <basis/portable.h>#include <basis/string_array.h>#include <basis/version_record.h>#include <opsystem/directory.h>#include <sys/stat.h>


Go to the source code of this file.
Defines | |
| #define | LOG(t) CLASS_EMERGENCY_LOG(program_wide_logger(), t) |
| #define | REPLACE(tag, replacement) new_version_entry.replace_all(tag, replacement); \ |
Functions | |
| bool | replace_version_entry (istring &full_string, const istring &look_for, const istring &new_ver) |
Variables | |
| const char * | VERSION_INI_FILE = "/version.ini" |
| const istring | version_rc_template |
| const istring | version_header_template |
| #define LOG | ( | t | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), t) |
Definition at line 62 of file version_ini.cpp.
Definition at line 270 of file version_ini.cpp.
Referenced by version_ini::write_code(), and version_ini::write_rc().
| bool replace_version_entry | ( | istring & | full_string, | |
| const istring & | look_for, | |||
| const istring & | new_ver | |||
| ) |
Definition at line 427 of file version_ini.cpp.
References istring::find(), istring::insert(), and istring::zap().
Referenced by version_ini::write_assembly().
Definition at line 339 of file version_ini.cpp.
| const char* VERSION_INI_FILE = "/version.ini" |
Definition at line 59 of file version_ini.cpp.
| const istring version_rc_template |
Definition at line 219 of file version_ini.cpp.
1.5.6