Angelscript addon Template Containers  1.0
STL container powerr for Angelscript
aatc_refcounted Class Reference

Basetype for script refcounted c++ objects to derive from. More...

#include <aatc_common.hpp>

Inheritance diagram for aatc_refcounted:
aatc_container_shared_1tp_tempspec< T_container, T_content > aatc_container_shared_1tp_tempspec< aatc_acit_list< T >, T > aatc_container_shared_1tp_tempspec< aatc_acit_set< T >, T > aatc_container_shared_1tp_tempspec< aatc_acit_unordered_set< T, aatc_functor_hash< T > >, T > aatc_container_shared_1tp_tempspec< aatc_acit_vector< T >, T > aatc_script_Funcpointer aatc_container_list_tempspec< T > aatc_container_set_tempspec< T > aatc_container_unordered_set_tempspec< T > aatc_container_vector_tempspec< T >

Public Member Functions

void refcount_Add ()
 
void refcount_Release ()
 

Public Attributes

int refcount
 

Detailed Description

Basetype for script refcounted c++ objects to derive from.