#include "byte_filer.h"#include "command_line.h"#include "directory.h"#include "filename.h"#include "ini_config.h"#include "path_configuration.h"#include <basis/convert_utf.h>#include <basis/function.h>#include <basis/istring.h>#include <basis/mutex.h>#include <basis/portable.h>#include <basis/string_array.h>#include <data_struct/static_memory_gremlin.h>#include <data_struct/string_table.h>#include <data_struct/symbol_table.cpp>#include <textual/tokenizer.h>Include dependency graph for ini_config.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Functions | |
| SAFE_STATIC_CONST (istring_object, ini_configurator::ini_str_fake_default,("NoTomatoesNorPotatoesNorQuayle")) ini_configurator | |
Variables | |
| const int | MAXIMUM_LINE_INI_CONFIG = 16384 |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 40 of file ini_config.cpp.
| SAFE_STATIC_CONST | ( | istring_object | , | |
| ini_configurator::ini_str_fake_default | , | |||
| ("NoTomatoesNorPotatoesNorQuayle") | ||||
| ) |
Definition at line 48 of file ini_config.cpp.
| const int MAXIMUM_LINE_INI_CONFIG = 16384 |
Definition at line 45 of file ini_config.cpp.
Referenced by ini_configurator::get(), and ini_configurator::sections().
1.5.1