#include <s11n.net/s11n/io/data_node_format.hpp>
#include <s11n.net/s11n/traits.hpp>
#include <s11n.net/s11n/io/strtool.hpp>
Go to the source code of this file.
Namespaces | |
namespace | s11n |
namespace | s11n::io |
namespace | s11n::io::sharing |
Defines | |
#define | wesnoth_SERIALIZER_H_INCLUDED 1 |
#define | MAGIC_COOKIE_WESNOTH "#s11n::io::wesnoth_serializer" |
#define | INDENT(LEVEL, ECHO) indent = ""; for( size_t i = 0; i < depth + LEVEL; i++ ) { indent += '\t'; if(ECHO) dest << '\t'; } |
Functions | |
entity_translation_map & | wesnoth_serializer_translations () |
The entity translations map used by wesnoth_serializer. |
|
Definition at line 14 of file wesnoth_serializer.hpp. |
|
Definition at line 12 of file wesnoth_serializer.hpp. Referenced by s11n::io::wesnoth_serializer< NodeType >::wesnoth_serializer(). |
|
Definition at line 2 of file wesnoth_serializer.hpp. |
|
The entity translations map used by wesnoth_serializer.
Referenced by s11n::io::wesnoth_serializer< NodeType >::entity_translations(). |