C# Class hOOt.WAHBitArray

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Свойство Type Description
isDirty bool

Méthodes publiques

Méthode Description
And ( BitArray op ) : WAHBitArray
And ( WAHBitArray op ) : WAHBitArray
AndNot ( WAHBitArray op ) : WAHBitArray
Copy ( ) : WAHBitArray
CountOnes ( ) : long
CountZeros ( ) : long
DebugPrint ( ) : string
FreeMemory ( ) : void
Get ( int index ) : bool
GetBitIndexes ( ) : IEnumerable
GetBitIndexes ( bool ones ) : IEnumerable
GetCompressed ( ) : uint[]
Not ( ) : WAHBitArray
Or ( BitArray op ) : WAHBitArray
Or ( WAHBitArray op ) : WAHBitArray
Set ( int index, bool val ) : void
WAHBitArray ( ) : System
WAHBitArray ( BitArray bitarray ) : System
WAHBitArray ( TYPE type, uint ints ) : System
WAHBitArray ( uint CompressedInts ) : System
Xor ( BitArray op ) : WAHBitArray
Xor ( WAHBitArray op ) : WAHBitArray

Private Methods

Méthode Description
ChangeTypeIfNeeded ( ) : void
CheckBitArray ( ) : void
CheckBitArray ( BitArray op ) : void
CheckBitArray ( WAHBitArray op ) : void
Compress ( ) : void
Compress ( uint data ) : void
FlushOnes ( List compressed, uint &ones ) : void
FlushZeros ( List compressed, uint &zeros ) : void
GetUncompressed ( ) : uint[]
Resize ( int index ) : void
ResizeAsNeeded ( List list, int index ) : void
Take31Bits ( uint data, int index ) : uint
Uncompress ( ) : void
UnpackOffsets ( ) : uint[]
Write31Bits ( List list, int index, uint val ) : void
WriteOnes ( List list, int index, uint count ) : void
internalGet ( int index ) : bool
internalSet ( int index, bool val ) : void
prelogic ( WAHBitArray op, uint &left, uint &right ) : void

Method Details

And() public méthode

public And ( BitArray op ) : WAHBitArray
op System.Collections.BitArray
Résultat WAHBitArray

And() public méthode

public And ( WAHBitArray op ) : WAHBitArray
op WAHBitArray
Résultat WAHBitArray

AndNot() public méthode

public AndNot ( WAHBitArray op ) : WAHBitArray
op WAHBitArray
Résultat WAHBitArray

Copy() public méthode

public Copy ( ) : WAHBitArray
Résultat WAHBitArray

CountOnes() public méthode

public CountOnes ( ) : long
Résultat long

CountZeros() public méthode

public CountZeros ( ) : long
Résultat long

DebugPrint() public méthode

public DebugPrint ( ) : string
Résultat string

FreeMemory() public méthode

public FreeMemory ( ) : void
Résultat void

Get() public méthode

public Get ( int index ) : bool
index int
Résultat bool

GetBitIndexes() public méthode

public GetBitIndexes ( ) : IEnumerable
Résultat IEnumerable

GetBitIndexes() public méthode

public GetBitIndexes ( bool ones ) : IEnumerable
ones bool
Résultat IEnumerable

GetCompressed() public méthode

public GetCompressed ( ) : uint[]
Résultat uint[]

Not() public méthode

public Not ( ) : WAHBitArray
Résultat WAHBitArray

Or() public méthode

public Or ( BitArray op ) : WAHBitArray
op BitArray
Résultat WAHBitArray

Or() public méthode

public Or ( WAHBitArray op ) : WAHBitArray
op WAHBitArray
Résultat WAHBitArray

Set() public méthode

public Set ( int index, bool val ) : void
index int
val bool
Résultat void

WAHBitArray() public méthode

public WAHBitArray ( ) : System
Résultat System

WAHBitArray() public méthode

public WAHBitArray ( BitArray bitarray ) : System
bitarray BitArray
Résultat System

WAHBitArray() public méthode

public WAHBitArray ( TYPE type, uint ints ) : System
type TYPE
ints uint
Résultat System

WAHBitArray() public méthode

public WAHBitArray ( uint CompressedInts ) : System
CompressedInts uint
Résultat System

Xor() public méthode

public Xor ( BitArray op ) : WAHBitArray
op BitArray
Résultat WAHBitArray

Xor() public méthode

public Xor ( WAHBitArray op ) : WAHBitArray
op WAHBitArray
Résultat WAHBitArray

Property Details

isDirty public_oe property

public bool isDirty
Résultat bool