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

#include <Set.h>

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

Public Member Functions

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

Private Attributes

TSetSet
 

Additional Inherited Members

- Protected Attributes inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst >
SetTypeSet
 
TTypeTraits< typenameKeyFuncs::KeyType >::ConstPointerType Key
 
FSetElementId Id
 
FSetElementId NextId
 

Detailed Description

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

Used to iterate over the elements of a TSet.

Definition at line 1157 of file Set.h.

Constructor & Destructor Documentation

◆ TKeyIterator()

template<typename InElementType , typename KeyFuncs , typename Allocator >
FORCEINLINE TSet< InElementType, KeyFuncs, Allocator >::TKeyIterator::TKeyIterator ( TSet & InSet,
KeyInitType InKey )
inline

Definition at line 1160 of file Set.h.

Member Function Documentation

◆ RemoveCurrent()

template<typename InElementType , typename KeyFuncs , typename Allocator >
FORCEINLINE void TSet< InElementType, KeyFuncs, Allocator >::TKeyIterator::RemoveCurrent ( )
inline

Removes the current element from the set.

Definition at line 1166 of file Set.h.

Member Data Documentation

◆ Set

template<typename InElementType , typename KeyFuncs , typename Allocator >
TSet& TSet< InElementType, KeyFuncs, Allocator >::TKeyIterator::Set
private

Definition at line 1172 of file Set.h.


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