|
|
template<typename BlockTypeT > |
bool | castor::operator== (DynamicBitsetT< BlockTypeT > const &lhs, DynamicBitsetT< BlockTypeT > const &rhs) |
|
template<typename BlockTypeT > |
bool | castor::operator!= (DynamicBitsetT< BlockTypeT > const &lhs, DynamicBitsetT< BlockTypeT > const &rhs) |
|
|
template<typename BlockTypeT > |
DynamicBitsetT< BlockTypeT > | castor::operator<< (DynamicBitsetT< BlockTypeT > const &lhs, int rhs) |
|
template<typename BlockTypeT > |
DynamicBitsetT< BlockTypeT > | castor::operator>> (DynamicBitsetT< BlockTypeT > const &lhs, int rhs) |
|
template<typename BlockTypeT > |
DynamicBitsetT< BlockTypeT > | castor::operator& (DynamicBitsetT< BlockTypeT > const &lhs, DynamicBitsetT< BlockTypeT > const &rhs) |
|
template<typename BlockTypeT > |
DynamicBitsetT< BlockTypeT > | castor::operator| (DynamicBitsetT< BlockTypeT > const &lhs, DynamicBitsetT< BlockTypeT > const &rhs) |
|
template<typename BlockTypeT > |
DynamicBitsetT< BlockTypeT > | castor::operator^ (DynamicBitsetT< BlockTypeT > const &lhs, DynamicBitsetT< BlockTypeT > const &rhs) |
|
|
template<typename BlockTypeT > |
bool | castor::operator== (typename DynamicBitsetT< BlockTypeT >::Bit const &lhs, typename DynamicBitsetT< BlockTypeT >::Bit const &rhs) |
|
template<typename BlockTypeT > |
bool | castor::operator!= (typename DynamicBitsetT< BlockTypeT >::Bit const &lhs, typename DynamicBitsetT< BlockTypeT >::Bit const &rhs) |
|
|
template<typename BlockTypeT > |
DynamicBitsetT< BlockTypeT >::Bit | castor::operator| (typename DynamicBitsetT< BlockTypeT >::Bit const &lhs, bool rhs) |
|
template<typename BlockTypeT > |
DynamicBitsetT< BlockTypeT >::Bit | castor::operator& (typename DynamicBitsetT< BlockTypeT >::Bit const &lhs, bool rhs) |
|
template<typename BlockTypeT > |
DynamicBitsetT< BlockTypeT >::Bit | castor::operator^ (typename DynamicBitsetT< BlockTypeT >::Bit const &lhs, bool rhs) |
|