![]() |
Blamite Game Engine - Guerilla (Library)
00406.12.10.23.1457.blamite
The tag editor for the Blamite Game Engine.
|
#include "project_info.h"#include <fstream>#include <Strings/components/3rdparty/rapidxml/rapidxml.hpp>#include <Strings/components/utils/xml/xml.h>#include <Strings/components/utils/converters/converters.h>#include <Strings/components/utils/io/io.h>#include <Strings/components/logger/logger.h>
Include dependency graph for project_info.cpp:Functions | |
| std::string | GetChildNodeValue (rapidxml::xml_node<> *parent_node, std::string child_node_name) |
| Retrieves the value of a child node within an XML node. More... | |
| std::string GetChildNodeValue | ( | rapidxml::xml_node<> * | parent_node, |
| std::string | child_node_name | ||
| ) |
Retrieves the value of a child node within an XML node.
Used to simplify project file parsing code.
In the event that the child node cannot be found, a warning message is logged.
| parent_node | - The parent XML node. |
| child_node_name | - The name of the child node. |
Here is the caller graph for this function: