| 
    Angelscript addon Template Containers
    1.0
    
   STL container powerr for Angelscript 
   | 
 
Used to pass function names from script to host. See manual page aatc_funcpointer. More...
#include <aatc_common.hpp>
  
 Public Member Functions | |
| bool | Set (aatc_type_string funcname) | 
| bool | Set (aatc_type_string funcname, void *ref, int tid) | 
| void | Clear () | 
| void | Prepare (asIScriptContext *context) | 
| void | Execute (asIScriptContext *context) | 
| void | scriptsidecall_CallVoid () | 
  Public Member Functions inherited from aatc_refcounted | |
| void | refcount_Add () | 
| void | refcount_Release () | 
Static Public Member Functions | |
| static aatc_script_Funcpointer * | Factory () | 
Public Attributes | |
| asIScriptEngine * | engine | 
| asIScriptFunction * | func | 
| aatc_type_string | funcname | 
| bool | is_thiscall | 
| asIScriptObject * | so | 
| bool | ready | 
  Public Attributes inherited from aatc_refcounted | |
| int | refcount | 
Used to pass function names from script to host. See manual page aatc_funcpointer.