mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-20 22:57:20 +01:00
TBitArray: Changed struct to class
This commit is contained in:
@@ -59,8 +59,10 @@ static DWORD GetNecessaryBitCount(ULONGLONG MaxValue)
|
||||
//-----------------------------------------------------------------------------
|
||||
// Implementation of the TBitArray struc
|
||||
|
||||
struct TBitArray
|
||||
class TBitArray
|
||||
{
|
||||
public:
|
||||
|
||||
void GetBits(unsigned int nBitPosition, unsigned int nBitLength, void * pvBuffer, int nResultSize);
|
||||
void SetBits(unsigned int nBitPosition, unsigned int nBitLength, void * pvBuffer, int nResultSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user