Ark Server API (ASE) - 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 Member Functions

FORCEINLINE TConstKeyIterator (const TSet &InSet, KeyInitType InKey)
 
- 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
 

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 >::TConstKeyIterator

Used to iterate over the elements of a const TSet.

Definition at line 1148 of file Set.h.

Constructor & Destructor Documentation

◆ TConstKeyIterator()

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

Definition at line 1151 of file Set.h.


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