Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TSparseArray< InElementType, Allocator >::FElementCompareClass< PREDICATE_CLASS > Class Template Reference

Public Member Functions

 FElementCompareClass (const PREDICATE_CLASS &InPredicate)
 
bool operator() (const FElementOrFreeListLink &A, const FElementOrFreeListLink &B) const
 

Private Attributes

const PREDICATE_CLASS & Predicate
 

Detailed Description

template<typename InElementType, typename Allocator>
template<typename PREDICATE_CLASS>
class TSparseArray< InElementType, Allocator >::FElementCompareClass< PREDICATE_CLASS >

Extracts the element value from the array's element structure and passes it to the user provided comparison class.

Definition at line 843 of file SparseArray.h.

Constructor & Destructor Documentation

◆ FElementCompareClass()

template<typename InElementType , typename Allocator >
template<typename PREDICATE_CLASS >
TSparseArray< InElementType, Allocator >::FElementCompareClass< PREDICATE_CLASS >::FElementCompareClass ( const PREDICATE_CLASS & InPredicate)
inline

Definition at line 848 of file SparseArray.h.

Member Function Documentation

◆ operator()()

template<typename InElementType , typename Allocator >
template<typename PREDICATE_CLASS >
bool TSparseArray< InElementType, Allocator >::FElementCompareClass< PREDICATE_CLASS >::operator() ( const FElementOrFreeListLink & A,
const FElementOrFreeListLink & B ) const
inline

Definition at line 852 of file SparseArray.h.

Member Data Documentation

◆ Predicate

template<typename InElementType , typename Allocator >
template<typename PREDICATE_CLASS >
const PREDICATE_CLASS& TSparseArray< InElementType, Allocator >::FElementCompareClass< PREDICATE_CLASS >::Predicate
private

Definition at line 845 of file SparseArray.h.


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