Angelscript addon Template Containers  2.31.0
STL container powerr for Angelscript
aatc::container::templated::unordered_set Class Reference
Inheritance diagram for aatc::container::templated::unordered_set:
aatc::container::templated::shared::Containerbase< detail::container_native_with_functors::unordered_set, container::listing::CONTAINER::UNORDERED_SET, container::listing::tags_of_container::unordered_set, shared::base_container_wrapper::Hashed< detail::container_native_with_functors::unordered_set, container::shared::containerfunctor::Hash, container::shared::containerfunctor::Equals > > aatc::container::shared::container_basicbase aatc::common::basetype_refcounted_GC aatc::container::shared::containerfunctor::Settings

Public Member Functions

 unordered_set (asITypeInfo *typeinfo)
 
 unordered_set (const unordered_set &other)
 
unordered_setoperator= (const unordered_set &other)
 
unordered_setswap (unordered_set &other)
 
void insert (void *value)
 
bool erase (void *value)
 
void erase (const Iterator &position)
 
config::t::sizetype erase (const Iterator &range_begin, const Iterator &range_end)
 
Iterator find (void *value)
 
bool contains (void *value)
 
- Public Member Functions inherited from aatc::container::templated::shared::Containerbase< detail::container_native_with_functors::unordered_set, container::listing::CONTAINER::UNORDERED_SET, container::listing::tags_of_container::unordered_set, shared::base_container_wrapper::Hashed< detail::container_native_with_functors::unordered_set, container::shared::containerfunctor::Hash, container::shared::containerfunctor::Equals > >
 Containerbase (asIScriptEngine *_engine, asITypeInfo *_typeinfo)
 
Containerbaseoperator= (const Containerbase &other)
 
void SetDirectcomp (bool ss)
 
void StoreHandle (void **target, void *ptr_to_handle)
 
void * StoreHandle2 (void *ptr_to_handle)
 
void ReleaseHandle (void *handle)
 
bool empty ()
 
config::t::sizetype size ()
 
void clear ()
 
void EnumReferences (asIScriptEngine *engine)
 
void ReleaseAllReferences (asIScriptEngine *engine)
 
Iterator begin ()
 
Iterator end ()
 
- Public Member Functions inherited from aatc::container::shared::container_basicbase
 container_basicbase (asIScriptEngine *engine)
 
void safety_iteratorversion_Increment ()
 
- Public Member Functions inherited from aatc::common::basetype_refcounted_GC
void refcount_Add ()
 
void refcount_Release ()
 
int GetRefCount ()
 
void SetGCFlag ()
 
bool GetGCFlag ()
 

Additional Inherited Members

- Public Types inherited from aatc::container::templated::shared::Containerbase< detail::container_native_with_functors::unordered_set, container::listing::CONTAINER::UNORDERED_SET, container::listing::tags_of_container::unordered_set, shared::base_container_wrapper::Hashed< detail::container_native_with_functors::unordered_set, container::shared::containerfunctor::Hash, container::shared::containerfunctor::Equals > >
typedef detail::container_native_with_functors::unordered_set T_container_native
 
typedef T_container_native::iterator T_iterator_native
 
typedef T_container_native::const_iterator T_iterator_native_const
 
typedef container::listing::tags_of_container::unordered_set container_tags
 
- Public Attributes inherited from aatc::container::templated::shared::Containerbase< detail::container_native_with_functors::unordered_set, container::listing::CONTAINER::UNORDERED_SET, container::listing::tags_of_container::unordered_set, shared::base_container_wrapper::Hashed< detail::container_native_with_functors::unordered_set, container::shared::containerfunctor::Hash, container::shared::containerfunctor::Equals > >
shared::base_container_wrapper::Hashed< detail::container_native_with_functors::unordered_set, container::shared::containerfunctor::Hash, container::shared::containerfunctor::Equalscontainer
 
enginestorage::engine_level_storageels
 
asITypeInfo * typeinfo_container
 
asITypeInfo * objtype_content
 
config::t::astypeid astypeid_container
 
config::t::astypeid astypeid_content
 
asDWORD typeflags_container
 
asDWORD typeflags_content
 
bool handlemode_needref
 
aatc::common::container_operations_bitmask_type missing_functions
 
bool directcomp_forced
 
- Public Attributes inherited from aatc::container::shared::container_basicbase
asIScriptEngine * engine
 
int8_t safety_iteratorversion
 
- Public Attributes inherited from aatc::common::basetype_refcounted_GC
int refCount
 
bool gcFlag
 
- Public Attributes inherited from aatc::container::shared::containerfunctor::Settings
bool handlemode
 
bool handlemode_directcomp
 
asIScriptFunction * func_cmp
 
asIScriptFunction * func_equals
 
asIScriptFunction * func_hash
 
- Static Public Attributes inherited from aatc::container::templated::shared::Containerbase< detail::container_native_with_functors::unordered_set, container::listing::CONTAINER::UNORDERED_SET, container::listing::tags_of_container::unordered_set, shared::base_container_wrapper::Hashed< detail::container_native_with_functors::unordered_set, container::shared::containerfunctor::Hash, container::shared::containerfunctor::Equals > >
static const int containertype_id