Ark Server API (ASA) - Wiki
|
#include <BitArray.h>
Public Member Functions | |
FWordIterator (TBitArray< Allocator > &InArray) | |
void | SetWord (uint32 InWord) |
Public Member Functions inherited from TBitArray< Allocator >::TWordIteratorBase< uint32 > | |
operator bool () const | |
int32 | GetIndex () const |
uint32 | GetWord () const |
void | operator++ () |
void | FillMissingBits (uint32 InMissingBitsFill) |
Additional Inherited Members | |
Protected Member Functions inherited from TBitArray< Allocator >::TWordIteratorBase< uint32 > | |
TWordIteratorBase (uint32 *InData, int32 InStartBitIndex, int32 InEndBitIndex) | |
Protected Attributes inherited from TBitArray< Allocator >::TWordIteratorBase< uint32 > | |
uint32 *RESTRICT | Data |
int32 | CurrentIndex |
int32 | NumWords |
uint32 | CurrentMask |
uint32 | FinalMask |
uint32 | MissingBitsFill |
Definition at line 1636 of file BitArray.h.
|
inlineexplicit |
Definition at line 1638 of file BitArray.h.
Definition at line 1642 of file BitArray.h.