Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TSet< InElementType, KeyFuncs, Allocator >::TConstKeyIterator Class Reference

#include <Set.h>

+ Inheritance diagram for TSet< InElementType, KeyFuncs, Allocator >::TConstKeyIterator:
+ Collaboration diagram for TSet< InElementType, KeyFuncs, Allocator >::TConstKeyIterator:

Public Types

using KeyArgumentType = typename Super::KeyArgumentType
 
- Public Types inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst >
using KeyArgumentType
 

Public Member Functions

FORCEINLINE TConstKeyIterator (const TSet &InSet, KeyArgumentType InKey)
 
- Public Member Functions inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst >
FORCEINLINE TBaseKeyIterator (SetType &InSet, KeyArgumentType InKey)
 
FORCEINLINE TBaseKeyIteratoroperator++ ()
 
FORCEINLINE operator bool () const
 
FORCEINLINE bool operator! () const
 
FORCEINLINE ItElementTypeoperator-> () const
 
FORCEINLINE ItElementTypeoperator* () const
 

Private Types

using Super = TBaseKeyIterator<true>
 

Additional Inherited Members

- Protected Attributes inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst >
SetTypeSet
 
ReferenceOrValueType Key
 
SizeType Index
 
SizeType NextIndex
 

Detailed Description

template<typename InElementType, typename KeyFuncs, typename Allocator>
class TSet< InElementType, KeyFuncs, Allocator >::TConstKeyIterator

Used to iterate over the elements of a const TSet.

Definition at line 1714 of file Set.h.

Member Typedef Documentation

◆ KeyArgumentType

Definition at line 1720 of file Set.h.

◆ Super

Definition at line 1717 of file Set.h.

Constructor & Destructor Documentation

◆ TConstKeyIterator()

FORCEINLINE TSet< InElementType, KeyFuncs, Allocator >::TConstKeyIterator::TConstKeyIterator ( const TSet & InSet,
KeyArgumentType InKey )
inline

Definition at line 1722 of file Set.h.


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