Contains helper functions to handle bitfields. More...
#include "icl_core/TemplateHelper.h"
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
Functions | |
template<typename T > | |
void | icl_core::clearBits (int bits, typename ConvertToRef< T >::ToRef bitfield) |
template<typename T > | |
bool | icl_core::isBitSet (int bit, typename ConvertToRef< T >::ToConstRef bitfield) |
template<typename T > | |
void | icl_core::setBits (int bits, typename ConvertToRef< T >::ToRef bitfield) |