|
TrueReality
v0.1.1912
|
Functions | |
| template<class N , class B > | |
| bool | Has (N number, B bits) |
| See if the "bits" are in "number". More... | |
| template<class N , class B > | |
| N | Add (N number, B bits) |
| Add the "bits" to "number". More... | |
| template<class N , class B > | |
| N | Remove (N number, B bits) |
| Remove the "bits" from "number". More... | |
| template<class N , class B > | |
| N | Toggle (N number, B bits) |
| Toggle the "bits" in "number". More... | |
|
inline |
|
inline |
See if the "bits" are in "number".
.
| N | Type of the n. |
| B | Type of the b. |
| number | Number of. |
| bits | The bits. |
Definition at line 59 of file Bits.h.
Referenced by trUtil::Logging::Log::LogHorizRule(), and trUtil::Logging::Log::LogMessage().

|
inline |
Remove the "bits" from "number".
.
| N | Type of the n. |
| B | Type of the b. |
| number | Number of. |
| bits | The bits. |
|
inline |
Toggle the "bits" in "number".
.
| N | Type of the n. |
| B | Type of the b. |
| number | Number of. |
| bits | The bits. |