![]() |
Blamite Game Engine - Strings
00449.01.12.26.0555.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Include dependency graph for xml.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| BlamStrings | |
| Namespace containing general-purpose utilities. | |
| BlamStrings::Utils | |
| BlamStrings::Utils::XML | |
| Namespace containing functions for working with XML files and data. | |
Macros | |
| #define | STRINGS_API __declspec(dllimport) |
Functions | |
| STRINGS_API std::string | BlamStrings::Utils::XML::FormatXMLString (std::string xml_contents, int spaces_per_indent=4) |
| Formats a string containing XML data into a human-readable format. More... | |
| STRINGS_API std::string | BlamStrings::Utils::XML::GetChildNodeValue (rapidxml::xml_node<> *parent_node, std::string child_node_name, std::string _default="", bool treat_as_directory=false) |
| Retrieves the value of a child node within an XML node. More... | |
| STRINGS_API bool | BlamStrings::Utils::XML::GetChildNodeValueBool (rapidxml::xml_node<> *parent_node, std::string child_node_name, bool _default=false) |
| Retrieves the value of a child node within an XML node. More... | |
| #define STRINGS_API __declspec(dllimport) |