![]() |
Blamite Game Engine - Strings
00386.06.16.23.0646.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Structure representing a Blamite string attribute. More...
#include <strings.h>
Public Attributes | |
std::string | id |
The attribute ID. More... | |
std::string | value |
The attribute value. More... | |
Structure representing a Blamite string attribute.
Any XML attributes that were present in the XML node are preserved and stored as one of these.
std::string BlamStringAttribute::id |
The attribute ID.
std::string BlamStringAttribute::value |
The attribute value.