@returns size in bytes of this bitset. **/
| 103 | |
| 104 | /** @returns size in bytes of this bitset. **/ |
| 105 | XnUInt32 GetDataSize() const |
| 106 | { |
| 107 | return m_array.GetSize(); |
| 108 | } |
| 109 | |
| 110 | /** @returns size in bits of this bitset. **/ |
| 111 | XnUInt32 GetSize() const |
no test coverage detected