feisty meow concerns codebase  2.140
xml_generator.cpp File Reference
#include "parser_bits.h"
#include "string_manipulation.h"
#include "xml_generator.h"
#include <basis/astring.h>
#include <structures/stack.h>
#include <structures/string_table.h>
Include dependency graph for xml_generator.cpp:

Go to the source code of this file.

Namespaces

 textual
 

Macros

#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), s);
 
#define PLUGIN_REPLACEMENT(posn, repl_string)
 

Macro Definition Documentation

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s);

Definition at line 29 of file xml_generator.cpp.

◆ PLUGIN_REPLACEMENT

#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 220 of file xml_generator.cpp.