TrueReality  v0.1.1912
Bits.h File Reference
#include "Export.h"
Include dependency graph for Bits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 trUtil
 Namespace that holds various utility classes for the engine.
 
 trUtil::Bits
 

Functions

template<class N , class B >
bool trUtil::Bits::Has (N number, B bits)
 See if the "bits" are in "number". More...
 
template<class N , class B >
trUtil::Bits::Add (N number, B bits)
 Add the "bits" to "number". More...
 
template<class N , class B >
trUtil::Bits::Remove (N number, B bits)
 Remove the "bits" from "number". More...
 
template<class N , class B >
trUtil::Bits::Toggle (N number, B bits)
 Toggle the "bits" in "number". More...