Classes | |
class | document |
struct | error |
class | node |
class | string_span |
Enumerations | |
enum | INIT_BUFFER_CONTROL { INIT_TAKE_OWNERSHIP } |
enum | INIT_STATE { INIT_COMPRESSED, INIT_STATIC } |
Functions | |
std::ostream & | operator<< (std::ostream &o, const string_span &s) |
std::string | node_to_string (const node &n) |
Enumerator | |
---|---|
INIT_TAKE_OWNERSHIP |
Definition at line 226 of file simple_wml.hpp.
Enumerator | |
---|---|
INIT_COMPRESSED | |
INIT_STATIC |
Definition at line 228 of file simple_wml.hpp.
std::string simple_wml::node_to_string | ( | const node & | n | ) |
Definition at line 794 of file simple_wml.cpp.
References simple_wml::node::DO_NOT_MODIFY_CACHE, simple_wml::node::output(), and simple_wml::node::output_size().
Referenced by wesnothd::game::process_turn(), and wesnothd::game::save_replay().
std::ostream & simple_wml::operator<< | ( | std::ostream & | o, |
const string_span & | s | ||
) |
Definition at line 200 of file simple_wml.cpp.
References simple_wml::string_span::begin(), and simple_wml::string_span::end().