Apparatus Version 1.23
ECS data-oriented workflow for Unreal Engine.
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
FBitMask::ConstIterator Struct Reference

The bit mask bit iterator. More...

#include <BitMask.h>

Collaboration diagram for FBitMask::ConstIterator:
Collaboration graph
[legend]

Public Types

enum  { InvalidIndex = -1 }
 

Public Member Functions

 ConstIterator (const FBitMask *const InOwner, const int32 InIndex=0)
 
bool operator* () const
 
bool next ()
 
ConstIteratoroperator++ ()
 
ConstIterator operator++ (int)
 
bool operator== (const ConstIterator &OtherIterator) const
 
bool operator!= (const ConstIterator &OtherIterator) const
 

Public Attributes

const FBitMaskOwner
 The owner of the iterator.
 
int32 Index = InvalidIndex
 The index of the bit.
 

Detailed Description

The bit mask bit iterator.

Constant version.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
InvalidIndex 

Invalid bit index.

Constructor & Destructor Documentation

◆ ConstIterator()

FBitMask::ConstIterator::ConstIterator ( const FBitMask *const  InOwner,
const int32  InIndex = 0 
)
inline

Member Function Documentation

◆ next()

bool FBitMask::ConstIterator::next ( )
inline

◆ operator!=()

bool FBitMask::ConstIterator::operator!= ( const ConstIterator OtherIterator) const
inline

◆ operator*()

bool FBitMask::ConstIterator::operator* ( ) const
inline

◆ operator++() [1/2]

ConstIterator & FBitMask::ConstIterator::operator++ ( )
inline

◆ operator++() [2/2]

ConstIterator FBitMask::ConstIterator::operator++ ( int  )
inline

◆ operator==()

bool FBitMask::ConstIterator::operator== ( const ConstIterator OtherIterator) const
inline

Member Data Documentation

◆ Index

int32 FBitMask::ConstIterator::Index = InvalidIndex

The index of the bit.

◆ Owner

const FBitMask& FBitMask::ConstIterator::Owner

The owner of the iterator.


The documentation for this struct was generated from the following file: