|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
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::xml | static |
| foreach(tinyxml2::XMLElement *aele, const std::function< bool(tinyxml2::XMLElement *)> &afun) | ngl::xml | static |
| foreach_xmlattr(tinyxml2::XMLElement *aele, const std::function< bool(const char *, const char *)> &afun) | ngl::xml | static |
| get(tinyxml2::XMLElement *aele, const char *akey, T &aval) | ngl::xml | static |
| get(tinyxml2::XMLElement *aele, T &aval) | ngl::xml | static |
| get_child(tinyxml2::XMLElement *aele, const char *astr) | ngl::xml | static |
| get_child(tinyxml2::XMLDocument &axml, const char *astr) | ngl::xml | static |
| get_xmlattr(tinyxml2::XMLElement *aele, const char *akey, T &aval) | ngl::xml | static |
| readxml(const char *aname, tinyxml2::XMLDocument &axml) | ngl::xml | static |
| set(tinyxml2::XMLElement *aele, const char *akey, const T &aval) | ngl::xml | static |
| set(tinyxml2::XMLElement *aele, const T &aval) | ngl::xml | static |
| set_child(tinyxml2::XMLElement *aele, const char *astr) | ngl::xml | static |
| set_child(tinyxml2::XMLDocument &axml, const char *astr) | ngl::xml | static |
| set_xmlattr(tinyxml2::XMLElement *aele, const char *akey, const T &aval) | ngl::xml | static |
| str(tinyxml2::XMLDocument &axml) | ngl::xml | static |
| writexml(const char *aname, tinyxml2::XMLDocument &axml) | ngl::xml | static |