ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
ngl::xml Member List

This is the complete list of members for ngl::xml, including all inherited members.

foreach(tinyxml2::XMLElement *aele, const char *akey, const std::function< bool(tinyxml2::XMLElement *)> &afun)ngl::xmlstatic
foreach(tinyxml2::XMLElement *aele, const std::function< bool(tinyxml2::XMLElement *)> &afun)ngl::xmlstatic
foreach_xmlattr(tinyxml2::XMLElement *aele, const std::function< bool(const char *, const char *)> &afun)ngl::xmlstatic
get(tinyxml2::XMLElement *aele, const char *akey, T &aval)ngl::xmlstatic
get(tinyxml2::XMLElement *aele, T &aval)ngl::xmlstatic
get_child(tinyxml2::XMLElement *aele, const char *astr)ngl::xmlstatic
get_child(tinyxml2::XMLDocument &axml, const char *astr)ngl::xmlstatic
get_xmlattr(tinyxml2::XMLElement *aele, const char *akey, T &aval)ngl::xmlstatic
readxml(const char *aname, tinyxml2::XMLDocument &axml)ngl::xmlstatic
set(tinyxml2::XMLElement *aele, const char *akey, const T &aval)ngl::xmlstatic
set(tinyxml2::XMLElement *aele, const T &aval)ngl::xmlstatic
set_child(tinyxml2::XMLElement *aele, const char *astr)ngl::xmlstatic
set_child(tinyxml2::XMLDocument &axml, const char *astr)ngl::xmlstatic
set_xmlattr(tinyxml2::XMLElement *aele, const char *akey, const T &aval)ngl::xmlstatic
str(tinyxml2::XMLDocument &axml)ngl::xmlstatic
writexml(const char *aname, tinyxml2::XMLDocument &axml)ngl::xmlstatic