Angelscript addon Template Containers  2.31.0
STL container powerr for Angelscript
aatc::enginestorage::template_specific_storage Class Reference

Stores the function pointers of a specific container<datatype>. One per datatype per container type per engine. More...

#include <aatc_enginestorage.hpp>

Public Member Functions

 template_specific_storage (containertype_specific_storage *ctss, config::t::uint32 id)
 

Public Attributes

containertype_specific_storagectss
 
asIScriptFunction * func_equals
 
asIScriptFunction * func_cmp
 
asIScriptFunction * func_hash
 
common::container_operations_bitmask_type missing_functions
 

Detailed Description

Stores the function pointers of a specific container<datatype>. One per datatype per container type per engine.