14 #ifndef CONFIG_ASSIGN_H_INCLUDED
15 #define CONFIG_ASSIGN_H_INCLUDED
23 template <
typename AT>
34 template <
typename AT>
Definitions for the interface to Wesnoth Markup Language (WML).
config_of & operator()(const std::string &tagname, const config_of &child)
GLsizei const GLfloat * value
config & add_child(const std::string &key)
config_of & operator()(const std::string &tagname, const config &child)
config_of(const std::string &tagname, const config &child)
config_of & operator()(const std::string &attrname, AT value)
A config object defines a single node in a WML file, with access to child nodes.
GLsizei const GLcharARB ** string
config_of(const std::string &attrname, AT value)