|
TrueReality
v0.1.1912
|
#include "Export.h"

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 > | |
| N | trUtil::Bits::Add (N number, B bits) |
| Add the "bits" to "number". More... | |
| template<class N , class B > | |
| N | trUtil::Bits::Remove (N number, B bits) |
| Remove the "bits" from "number". More... | |
| template<class N , class B > | |
| N | trUtil::Bits::Toggle (N number, B bits) |
| Toggle the "bits" in "number". More... | |