The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Functions | Variables
simple_wml.cpp File Reference
#include <iostream>
#include <sstream>
#include "global.hpp"
#include <boost/iostreams/copy.hpp>
#include <boost/iostreams/filtering_stream.hpp>
#include <boost/iostreams/filter/bzip2.hpp>
#include <boost/iostreams/filter/counter.hpp>
#include <boost/iostreams/filter/gzip.hpp>
#include "simple_wml.hpp"
#include "log.hpp"
Include dependency graph for simple_wml.cpp:

Go to the source code of this file.

Namespaces

 simple_wml
 

Macros

#define ERR_SWML   LOG_STREAM(err, log_config)
 

Functions

std::ostream & simple_wml::operator<< (std::ostream &o, const string_span &s)
 
std::string simple_wml::node_to_string (const node &n)
 

Variables

static lg::log_domain log_config ("config")
 

Macro Definition Documentation

#define ERR_SWML   LOG_STREAM(err, log_config)

Variable Documentation

lg::log_domain log_config("config")
static