Angelscript addon Template Containers  1.0
STL container powerr for Angelscript
aatc_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_common.hpp>

Public Member Functions

 aatc_template_specific_storage (aatc_containertype_specific_storage *ctss, aatc_type_uint32 id)
 

Public Attributes

aatc_containertype_specific_storagectss
 
asIScriptFunction * func_equals
 
asIScriptFunction * func_cmp
 
asIScriptFunction * func_hash
 
aatc_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.