<aname="l00058"></a>00058 genIType <aclass="code"href="a00170.html#ga0d044f92de0108409d25ebcfea034dcb"title="Build a mask of 'count' bits.">mask</a>(genIType <spanclass="keyword">const</span>& count);
<aname="l00064"></a>00064 genIUType <aclass="code"href="a00170.html#ga929b849daa656caecf8bd0febcd71f7a"title="Component wise extraction of bit fields.">extractField</a>(
<aname="l00072"></a>00072 <spanclass="keywordtype">int</span><aclass="code"href="a00170.html#ga94e553e5aabf9b202b5915719966d323"title="Find the lowest bit set to 1 in a integer variable.">lowestBit</a>(genType <spanclass="keyword">const</span>& value);
<aname="l00077"></a>00077 <spanclass="keywordtype">int</span><aclass="code"href="a00170.html#gaa3679c623c2ff5dfb745f9ce4316b23c"title="Find the highest bit set to 1 in a integer variable.">highestBit</a>(genType <spanclass="keyword">const</span>& value);
<aname="l00082"></a>00082 genType <aclass="code"href="a00170.html#ga485d3ead7f6c624b00cc800c68ab8e08"title="Find the highest bit set to 1 in a integer variable and return its value.">highestBitValue</a>(genType <spanclass="keyword">const</span>& value);
<aname="l00087"></a>00087 <spanclass="keywordtype">bool</span><aclass="code"href="a00170.html#ga3c0b3e843fa21220f08e801bb558470a"title="Return true if the value is a power of two number.">isPowerOfTwo</a>(genType <spanclass="keyword">const</span>& value);
<aname="l00092"></a>00092 genType <aclass="code"href="a00170.html#ga335322b4fcb2e5444ec467a1e7a40301"title="Return the power of two number which value is just higher the input value.">powerOfTwoAbove</a>(genType <spanclass="keyword">const</span>& value);
<aname="l00097"></a>00097 genType <aclass="code"href="a00170.html#ga4c3ea31127e64ec283fb6cf715b4d9ac"title="Return the power of two number which value is just lower the input value.">powerOfTwoBelow</a>(genType <spanclass="keyword">const</span>& value);
<aname="l00102"></a>00102 genType <aclass="code"href="a00170.html#ga00cb2e4b82215e4d531ec046c19e2ce7"title="Return the power of two number which value is the closet to the input value.">powerOfTwoNearest</a>(genType <spanclass="keyword">const</span>& value);
<aname="l00107"></a>00107 genType <aclass="code"href="a00170.html#ga7aadf1d73b4236e9cf9b2f23c13af604"title="Revert all bits of any integer based type.">bitRevert</a>(genType <spanclass="keyword">const</span>& value);
<aname="l00112"></a>00112 genType <aclass="code"href="a00170.html#gae2ceed046e662a889cd938de3191dd55"title="Rotate all bits to the right.">bitRotateRight</a>(genType <spanclass="keyword">const</span>& In, std::size_t Shift);
<aname="l00117"></a>00117 genType <aclass="code"href="a00170.html#gad9bc7e42a75381c3f6b68b8ba20863d3"title="Rotate all bits to the left.">bitRotateLeft</a>(genType <spanclass="keyword">const</span>& In, std::size_t Shift);
<aname="l00122"></a>00122 genIUType <aclass="code"href="a00170.html#gaf937428f9e6e9bb2e9214ff3be96cf95"title="Set to 1 a range of bits.">fillBitfieldWithOne</a>(
<aname="l00130"></a>00130 genIUType <aclass="code"href="a00170.html#gabb9c7b3bd390a61437667e5625834a7c"title="Set to 0 a range of bits.">fillBitfieldWithZero</a>(