Elaztek Developer Hub
Blamite Game Engine - Strings  00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
xml.h File Reference
#include <string>
+ 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 for Blamite's shared C++ library.
 
 BlamStrings::Utils
 Namespace containing general-purpose utilities.
 
 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...
 

Macro Definition Documentation

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)