#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"
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") |
#define ERR_SWML LOG_STREAM(err, log_config) |
Definition at line 31 of file simple_wml.cpp.
Referenced by simple_wml::error::error(), simple_wml::node::node(), and simple_wml::document::output().
|
static |