#include <basis/function.h>#include <basis/string_array.h>#include <data_struct/static_memory_gremlin.h>#include <data_struct/string_table.h>#include <loggers/console_logger.h>#include <opsystem/ini_config.h>Include dependency graph for merge_inis.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(to_print) program_wide_logger().log(to_print) |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| #define LOG | ( | to_print | ) | program_wide_logger().log(to_print) |
Definition at line 28 of file merge_inis.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 30 of file merge_inis.cpp.
References symbol_table< contents >::get(), ini_configurator::get_section(), array< contents >::length(), LOG, symbol_table< contents >::name(), configurator::RETURN_ONLY, SET_DEFAULT_CONSOLE_LOGGER, configurator::store(), and symbol_table< contents >::symbols().
Definition at line 26 of file merge_inis.cpp.
1.5.1