@returns size in bits of this bitset. **/
| 109 | |
| 110 | /** @returns size in bits of this bitset. **/ |
| 111 | XnUInt32 GetSize() const |
| 112 | { |
| 113 | return m_nSize; |
| 114 | } |
| 115 | |
| 116 | /** Clears data in this bitset and sets size to 0. **/ |
| 117 | void Clear() |
no outgoing calls
no test coverage detected