Ark Server API (ASA) - Wiki
|
#include <BitArray.h>
Public Member Functions | |
FConstWordIterator (const TBitArray< Allocator > &InArray) | |
FConstWordIterator (const TBitArray< Allocator > &InArray, int32 InStartBitIndex, int32 InEndBitIndex) | |
Public Member Functions inherited from TBitArray< Allocator >::TWordIteratorBase< const 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< const uint32 > | |
TWordIteratorBase (const uint32 *InData, int32 InStartBitIndex, int32 InEndBitIndex) | |
Protected Attributes inherited from TBitArray< Allocator >::TWordIteratorBase< const uint32 > | |
const uint32 *RESTRICT | Data |
int32 | CurrentIndex |
int32 | NumWords |
uint32 | CurrentMask |
uint32 | FinalMask |
uint32 | MissingBitsFill |
Definition at line 1621 of file BitArray.h.
|
inlineexplicit |
Definition at line 1623 of file BitArray.h.
|
inlineexplicit |
Definition at line 1627 of file BitArray.h.