Go to the source code of this file.
|
| structures |
| A dynamic container class that holds any kind of object via pointers.
|
|
|
template<class type > |
void | structures::SET (type &to_modify, type bits) |
| returns a number based on "to_modify" but with "bits" turned on. More...
|
|
template<class type > |
void | structures::CLEAR (type &to_modify, type bits) |
| returns a number based on "to_modify" but with "bits" turned off. More...
|
|
template<class type > |
bool | structures::TEST (type to_test, type bits) |
| returns non-zero if the "bits" bit pattern is turned on in "to_test". More...
|
|