Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TDereferencingIterator< ElementType, IteratorType > Struct Template Reference

#include <Array.h>

Public Member Functions

 TDereferencingIterator (IteratorType InIter)
 
FORCEINLINE ElementType & operator* () const
 
FORCEINLINE TDereferencingIteratoroperator++ ()
 
FORCEINLINE bool operator!= (const TDereferencingIterator &Rhs) const
 

Private Attributes

IteratorType Iter
 

Detailed Description

template<typename ElementType, typename IteratorType>
struct TDereferencingIterator< ElementType, IteratorType >

Definition at line 245 of file Array.h.

Constructor & Destructor Documentation

◆ TDereferencingIterator()

template<typename ElementType , typename IteratorType >
TDereferencingIterator< ElementType, IteratorType >::TDereferencingIterator ( IteratorType InIter)
inlineexplicit

Definition at line 247 of file Array.h.

Member Function Documentation

◆ operator!=()

template<typename ElementType , typename IteratorType >
FORCEINLINE bool TDereferencingIterator< ElementType, IteratorType >::operator!= ( const TDereferencingIterator< ElementType, IteratorType > & Rhs) const
inline

Definition at line 263 of file Array.h.

◆ operator*()

template<typename ElementType , typename IteratorType >
FORCEINLINE ElementType & TDereferencingIterator< ElementType, IteratorType >::operator* ( ) const
inline

Definition at line 252 of file Array.h.

◆ operator++()

template<typename ElementType , typename IteratorType >
FORCEINLINE TDereferencingIterator & TDereferencingIterator< ElementType, IteratorType >::operator++ ( )
inline

Definition at line 257 of file Array.h.

Member Data Documentation

◆ Iter

template<typename ElementType , typename IteratorType >
IteratorType TDereferencingIterator< ElementType, IteratorType >::Iter
private

Definition at line 269 of file Array.h.


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