Apparatus Version 1.0.0
ECS-like data-driven workflow for Unreal Engine.
Public Member Functions | Friends | List of all members
UBelt::iterator Class Reference

The iterator for the belt. More...

#include <Belt.h>

Public Member Functions

iteratoroperator++ ()
 Get the next iterator. More...
 
iterator operator++ (int)
 Get the next iterator. More...
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
FBeltSlotoperator* ()
 

Friends

class UBelt
 

Detailed Description

The iterator for the belt.

Member Function Documentation

◆ operator!=()

bool UBelt::iterator::operator!= ( const iterator other) const
inline

◆ operator*()

FBeltSlot& UBelt::iterator::operator* ( )
inline

◆ operator++() [1/2]

iterator& UBelt::iterator::operator++ ( )
inline

Get the next iterator.

◆ operator++() [2/2]

iterator UBelt::iterator::operator++ ( int  )
inline

Get the next iterator.

◆ operator==()

bool UBelt::iterator::operator== ( const iterator other) const
inline

Friends And Related Function Documentation

◆ UBelt

friend class UBelt
friend

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