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

#include <Set.h>

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

Public Member Functions

FORCEINLINE TConstIterator (const TSet &InSet)
 
- Public Member Functions inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor >
FORCEINLINE TBaseIterator (const ElementItType &InElementIt)
 
FORCEINLINE TBaseIteratoroperator++ ()
 
FORCEINLINE operator bool () const
 
FORCEINLINE bool operator! () const
 
FORCEINLINE FSetElementId GetId () const
 
FORCEINLINE ItElementTypeoperator-> () const
 
FORCEINLINE ItElementTypeoperator* () const
 

Friends

class TSet
 

Additional Inherited Members

- Public Types inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor >
typedef TChooseClass< bConst, typenameTChooseClass< bRangedFor, typenameElementArrayType::TRangedForConstIterator, typenameElementArrayType::TConstIterator >::Result, typenameTChooseClass< bRangedFor, typenameElementArrayType::TRangedForIterator, typenameElementArrayType::TIterator >::Result >::Result ElementItType
 
- Public Attributes inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor >
ElementItType ElementIt
 

Detailed Description

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

Used to iterate over the elements of a const TSet.

Definition at line 1111 of file Set.h.

Constructor & Destructor Documentation

◆ TConstIterator()

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

Definition at line 1116 of file Set.h.

Friends And Related Symbol Documentation

◆ TSet

template<typename InElementType , typename KeyFuncs , typename Allocator >
friend class TSet
friend

Definition at line 1113 of file Set.h.


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