File IntegerOps.h# ↰ Parent directory (src/util/StringUtility) Contents Definition (src/util/StringUtility/IntegerOps.h) Includes Namespaces Classes Functions Definition (src/util/StringUtility/IntegerOps.h)# Program Listing for File IntegerOps.h Includes# cassert limits optional Namespaces# Namespace IntegerOps Namespace IntegerOpsPrivate Classes# Template Struct GenMask Template Struct SHL1 Template Struct NumBits Template Struct SHL1Helper Template Struct SHL1Helper< T, Count, false > Template Struct SHL1Helper< T, Count, true > Functions# Template Function IntegerOps::bitmask_subset Template Function IntegerOps::countClear Template Function IntegerOps::countSet Function IntegerOps::extract Function IntegerOps::extract2 Template Function IntegerOps::genMask(size_t) Template Function IntegerOps::genMask(size_t, size_t) Template Function IntegerOps::isPowerOfTwo Template Function IntegerOps::log2 Template Function IntegerOps::log2max Template Function IntegerOps::msb_set Function IntegerOps::rotateLeft Function IntegerOps::rotateLeft2 Function IntegerOps::rotateRight Function IntegerOps::rotateRight2 Function IntegerOps::shift_to Function IntegerOps::shift_to2 Function IntegerOps::shiftLeft Function IntegerOps::shiftLeft2 Function IntegerOps::shiftRightArithmetic Function IntegerOps::shiftRightArithmetic2 Function IntegerOps::shiftRightLogical Function IntegerOps::shiftRightLogical2 Template Function IntegerOps::shl1 Function IntegerOps::signBit Function IntegerOps::signBit2 Function IntegerOps::signExtend Function IntegerOps::signExtend2