|
Angelscript addon Template Containers
1.0
STL container powerr for Angelscript
|
Internal functor for container's comparisons. More...
#include <aatc_common.hpp>
Classes | |
| class | findif_version |
Public Member Functions | |
| aatc_containerfunctor_equals (asIScriptEngine *engine, aatc_containerfunctor_Settings *settings) | |
| bool | operator() (const void *lhs, const void *rhs) const |
Public Attributes | |
| asIScriptEngine * | engine |
| aatc_engine_level_storage * | els |
| aatc_containerfunctor_Settings * | host_settings |
| bool | need_init |
Public Attributes inherited from aatc_containerfunctor_Settings | |
| bool | handlemode |
| bool | handlemode_directcomp |
| asIScriptFunction * | func_cmp |
| asIScriptFunction * | func_equals |
| asIScriptFunction * | func_hash |
Internal functor for container's comparisons.