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

Data structure containing data for a bitfield bit. More...

#include <bitfield.h>

Public Attributes

std::string id
 The ID of the bit. More...
 
bool value
 The bit's value. More...
 

Detailed Description

Data structure containing data for a bitfield bit.

Member Data Documentation

◆ id

std::string BlamBitfieldBitData::id

The ID of the bit.

◆ value

bool BlamBitfieldBitData::value

The bit's value.


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