#include <sstream>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
|
| genesis |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library.
|
|
| genesis::utils |
|
|
template<typename T > |
std::string | xml_attribute (std::string const &name, T const &value) |
|
std::string | xml_comment (std::string const &content) |
|
std::string | xml_deescape (std::string const &txt) |
| De-escape special XML characters. More...
|
|
std::string | xml_escape (std::string const &txt) |
| Escape special XML characters. More...
|
|