Angelscript addon Template Containers  2.31.0
STL container powerr for Angelscript
aatc::common::basetype_refcounted Class Reference

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

#include <aatc_common.hpp>

Inheritance diagram for aatc::common::basetype_refcounted:
aatc::common::script_Funcpointer aatc::container::tempspec::shared::Containerbase< _T_container, _T_content, _containertype_id, T_container_tags > aatc::container::tempspec::shared::Containerbase< aatc_acit_deque< T_content >, T_content, container::listing::CONTAINER::DEQUE, container::listing::tags_of_container::deque > aatc::container::tempspec::shared::Containerbase< aatc_acit_list< T_content >, T_content, container::listing::CONTAINER::LIST, container::listing::tags_of_container::list > aatc::container::tempspec::shared::Containerbase< aatc_acit_set< T_content >, T_content, container::listing::CONTAINER::SET, container::listing::tags_of_container::set > aatc::container::tempspec::shared::Containerbase< aatc_acit_unordered_set< T_content, hash::hashfunctor< T_content > >, T_content, container::listing::CONTAINER::UNORDERED_SET, container::listing::tags_of_container::unordered_set > aatc::container::tempspec::shared::Containerbase< aatc_acit_vector< T_content >, T_content, container::listing::CONTAINER::VECTOR, container::listing::tags_of_container::vector > aatc::container::tempspec::deque< T_content > aatc::container::tempspec::list< T_content > aatc::container::tempspec::set< T_content > aatc::container::tempspec::unordered_set< T_content > aatc::container::tempspec::vector< T_content >

Public Member Functions

void refcount_Add ()
 
void refcount_Release ()
 

Public Attributes

int refcount
 

Detailed Description

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