Elaztek Developer Hub
Blamite Game Engine - Strings  00386.06.16.23.0646.blamite
A library containing general purpose utilities and classes for use in multiple projects.
BlamStringAttribute Struct Reference

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...
 

Detailed Description

Structure representing a Blamite string attribute.

Any XML attributes that were present in the XML node are preserved and stored as one of these.

Member Data Documentation

◆ id

std::string BlamStringAttribute::id

The attribute ID.

◆ value

std::string BlamStringAttribute::value

The attribute value.


The documentation for this struct was generated from the following file: