hx3d  1
2D/3D Simple Game Framework
Public Member Functions | List of all members
hx3d::Bitset Class Reference

Bitset helper in an unsigned int. More...

#include <bitset.hpp>

Public Member Functions

void set (unsigned int bit)
 Set a bit to true. More...
 
unsigned int getBits ()
 Get the bits. More...
 

Detailed Description

Bitset helper in an unsigned int.

Definition at line 32 of file bitset.hpp.

Member Function Documentation

unsigned int hx3d::Bitset::getBits ( )

Get the bits.

Returns
Bits

Definition at line 32 of file bitset.cpp.

void hx3d::Bitset::set ( unsigned int  bit)

Set a bit to true.

Parameters
bitBit

Definition at line 28 of file bitset.cpp.


The documentation for this class was generated from the following files: