#include "string_manipulation.h"#include "xml_generator.h"#include <basis/istring.h>#include <basis/log_base.h>#include <data_struct/stack.cpp>#include <data_struct/string_table.h>Include dependency graph for xml_generator.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); |
| #define | PLUGIN_REPLACEMENT(posn, repl_string) |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s); |
Definition at line 27 of file xml_generator.cpp.
| #define PLUGIN_REPLACEMENT | ( | posn, | |||
| repl_string | ) |
Value:
{ \
to_modify.zap(posn, posn); \
to_modify.insert(posn, repl_string); \
posn += int(strlen(repl_string)) - 1; \
}
Definition at line 218 of file xml_generator.cpp.
Referenced by xml_generator::clean_reserved_mod().
1.5.1