CommonLibSSE NG
Loading...
Searching...
No Matches
RE::GHashSetUncached< C, HashF, AltHashF, Allocator > Class Template Reference

#include <GHashSetUncached.h>

Inheritance diagram for RE::GHashSetUncached< C, HashF, AltHashF, Allocator >:
RE::GHashSet< C, HashF, AltHashF, Allocator, Entry > RE::GHashSetBase< C, HashF, AltHashF, Allocator, Entry >

Public Types

using BaseType = GHashSet< C, HashF, AltHashF, Allocator, GHashsetEntry< C, HashF > >
 
using SelfType = GHashSetUncached< C, HashF, AltHashF, Allocator >
 
- Public Types inherited from RE::GHashSet< C, HashF, AltHashF, Allocator, Entry >
using BaseType = GHashSetBase< C, HashF, AltHashF, Allocator, Entry >
 
using SelfType = GHashSet< C, HashF, AltHashF, Allocator, Entry >
 
- Public Types inherited from RE::GHashSetBase< C, HashF, AltHashF, Allocator, Entry >
using SelfType = GHashSetBase< C, HashF, AltHashF, Allocator, Entry >
 

Public Member Functions

 GHashSetUncached ()
 
 GHashSetUncached (std::int32_t a_sizeHint)
 
 GHashSetUncached (const SelfType &a_src)
 
 ~GHashSetUncached ()
 
void operator= (const SelfType &a_src)
 
- Public Member Functions inherited from RE::GHashSet< C, HashF, AltHashF, Allocator, Entry >
 GHashSet ()
 
 GHashSet (std::int32_t a_sizeHint)
 
 GHashSet (void *a_heap)
 
 GHashSet (void *a_heap, std::int32_t a_sizeHint)
 
 GHashSet (const SelfType &a_src)
 
 ~GHashSet ()
 
void operator= (const SelfType &a_src)
 
template<class CRef >
void Set (const CRef &a_key)
 
template<class CRef >
void Add (const CRef &a_key)
 
void CheckExpand ()
 
void Resize (UPInt a_size)
 
void SetCapacity (UPInt a_newSize)
 
- Public Member Functions inherited from RE::GHashSetBase< C, HashF, AltHashF, Allocator, Entry >
 GHashSetBase ()
 
 GHashSetBase (std::int32_t a_sizeHint)
 
 GHashSetBase (void *a_memAddr)
 
 GHashSetBase (void *a_memAddr, std::int32_t a_sizeHint)
 
 GHashSetBase (const SelfType &a_src)
 
 ~GHashSetBase ()
 
 GFC_MEMORY_REDEFINE_NEW (GHashSetBase, Allocator::kStatID)
 
void Assign (void *a_memAddr, const SelfType &a_src)
 
void Clear ()
 
bool IsEmpty () const
 
template<class CRef >
void Set (void *a_memAddr, const CRef &a_key)
 
template<class CRef >
void Add (void *a_memAddr, const CRef &a_key)
 
template<class K >
void RemoveAlt (const K &a_key)
 
template<class CRef >
void Remove (const CRef &a_key)
 
template<class K >
C * Get (const K &a_key)
 
template<class K >
const C * Get (const K &key) const
 
template<class K >
C * GetAlt (const K &a_key)
 
template<class K >
const C * GetAlt (const K &a_key) const
 
template<class K >
bool GetAlt (const K &a_key, C *a_val) const
 
UPInt GetSize () const
 
void CheckExpand (void *a_memAddr)
 
void Resize (void *a_memAddr, UPInt a_count)
 
void SetCapacity (void *a_memAddr, UPInt a_newSize)
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
template<class K >
iterator Find (const K &a_key)
 
template<class K >
iterator FindAlt (const K &a_key)
 
template<class K >
const_iterator Find (const K &a_key) const
 
template<class K >
const_iterator FindAlt (const K &a_key) const
 

Member Typedef Documentation

◆ BaseType

template<class C , class HashF = GFixedSizeHash<C>, class AltHashF = HashF, class Allocator = GAllocatorGH<C>>
using RE::GHashSetUncached< C, HashF, AltHashF, Allocator >::BaseType = GHashSet<C, HashF, AltHashF, Allocator, GHashsetEntry<C, HashF> >

◆ SelfType

template<class C , class HashF = GFixedSizeHash<C>, class AltHashF = HashF, class Allocator = GAllocatorGH<C>>
using RE::GHashSetUncached< C, HashF, AltHashF, Allocator >::SelfType = GHashSetUncached<C, HashF, AltHashF, Allocator>

Constructor & Destructor Documentation

◆ GHashSetUncached() [1/3]

template<class C , class HashF = GFixedSizeHash<C>, class AltHashF = HashF, class Allocator = GAllocatorGH<C>>
RE::GHashSetUncached< C, HashF, AltHashF, Allocator >::GHashSetUncached ( )
inline

◆ GHashSetUncached() [2/3]

template<class C , class HashF = GFixedSizeHash<C>, class AltHashF = HashF, class Allocator = GAllocatorGH<C>>
RE::GHashSetUncached< C, HashF, AltHashF, Allocator >::GHashSetUncached ( std::int32_t  a_sizeHint)
inline

◆ GHashSetUncached() [3/3]

template<class C , class HashF = GFixedSizeHash<C>, class AltHashF = HashF, class Allocator = GAllocatorGH<C>>
RE::GHashSetUncached< C, HashF, AltHashF, Allocator >::GHashSetUncached ( const SelfType a_src)
inline

◆ ~GHashSetUncached()

template<class C , class HashF = GFixedSizeHash<C>, class AltHashF = HashF, class Allocator = GAllocatorGH<C>>
RE::GHashSetUncached< C, HashF, AltHashF, Allocator >::~GHashSetUncached ( )
inline

Member Function Documentation

◆ operator=()

template<class C , class HashF = GFixedSizeHash<C>, class AltHashF = HashF, class Allocator = GAllocatorGH<C>>
void RE::GHashSetUncached< C, HashF, AltHashF, Allocator >::operator= ( const SelfType a_src)
inline

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