#include <xml.hpp>
|
| | XML (std::string name, const std::map< std::string, std::string > &attributes={}, std::string content="") |
| |
| XML & | add_child (const XML &child) |
| |
| std::string | to_string () const |
| |
◆ XML()
| terra::util::XML::XML |
( |
std::string |
name, |
|
|
const std::map< std::string, std::string > & |
attributes = {}, |
|
|
std::string |
content = "" |
|
) |
| |
|
inlineexplicit |
◆ add_child()
| XML & terra::util::XML::add_child |
( |
const XML & |
child | ) |
|
|
inline |
◆ to_string()
| std::string terra::util::XML::to_string |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: