| ▼Naatc | |
| ▼Ncommon | |
| Cbasetype_refcounted | Basetype for script refcounted c++ objects to derive from |
| Cbasetype_refcounted_GC | Basetype for script refcounted and GCd c++ objects to derive from |
| Citerator_base | |
| Cprimunion | This monstrosity is used to store any primitive or handle using the same allocation code |
| CRegistrationState | |
| Cscript_Funcpointer | Used to pass function names from script to host. See manual page aatc_funcpointer |
| Cstd_Spinlock | Minimal spinlock class |
| ▼Ncontainer | |
| ▼Nlisting | |
| ►Ntags_of_container | |
| Cdeque | |
| Clist | |
| Cmap | |
| Cset | |
| Cunordered_map | |
| Cunordered_set | |
| Cvector | |
| ▼Nmapped | |
| ►Ntemplated | |
| ►Nshared | |
| ►CContainerbase | Internal template monster |
| CIterator | |
| Cmap | |
| Cunordered_map | |
| ▼Nshared | |
| ►Ncontainerfunctor | |
| CBase | |
| CComp | |
| ►CEquals | |
| Cfindif_version | |
| CHash | |
| CSettings | |
| ►Ncontainerfunctor_map | |
| CBase | |
| CComp | |
| CEquals | |
| CHash | |
| CSettings | |
| ►Nscriptcmpfunctor_internal | |
| Cdummytype_handle | |
| Cdummytype_object | |
| Cfunctor_SetArgs | |
| Cfunctor_SetArgs< config::t::float32 > | |
| Cfunctor_SetArgs< config::t::float64 > | |
| Cfunctor_SetArgs< config::t::int16 > | |
| Cfunctor_SetArgs< config::t::int32 > | |
| Cfunctor_SetArgs< config::t::int64 > | |
| Cfunctor_SetArgs< config::t::int8 > | |
| Cfunctor_SetArgs< config::t::uint16 > | |
| Cfunctor_SetArgs< config::t::uint32 > | |
| Cfunctor_SetArgs< config::t::uint64 > | |
| Cfunctor_SetArgs< config::t::uint8 > | |
| Cfunctor_SetArgs< dummytype_handle > | |
| Cfunctor_SetArgs< dummytype_object > | |
| ►Ntag | |
| ►Nis_associative | |
| Cis_associative | |
| Cis_not_associative | |
| ►Nis_map | |
| Cis_map | |
| Cis_not_map | |
| ►Niterator_access | |
| Caccess_is_const | |
| Caccess_is_mutable | |
| ►Nserializer_insert_value_func | |
| Cinsert | |
| Cpush_back | |
| Ccontainer_basicbase | |
| Cscriptcmpfunctor_globalfunction | |
| Cscriptcmpfunctor_globalfunction< scriptcmpfunctor_internal::dummytype_handle > | |
| Cscriptcmpfunctor_globalfunction< scriptcmpfunctor_internal::dummytype_object > | |
| Cscriptcmpfunctor_method | |
| Cscriptcmpfunctor_method< scriptcmpfunctor_internal::dummytype_handle > | |
| Cscriptcmpfunctor_method< scriptcmpfunctor_internal::dummytype_object > | |
| Ctagbase | |
| ▼Ntemplated | |
| ►Nshared | |
| ►Nmethod | |
| ►Ndetail | |
| Cscriptfunctor_cmp | |
| Cscriptfunctor_cmp_customscript | |
| ►CContainerbase | Internal template monster |
| CIterator | |
| Cdeque | |
| Clist | |
| Cset | |
| Cunordered_set | |
| Cvector | |
| ▼Ntempspec | |
| ►Nshared | |
| ►CContainerbase | |
| CIterator | |
| Cdeque | |
| Clist | |
| Cset | |
| Cunordered_set | |
| Cvector | |
| ▼Nenginestorage | |
| Ccontainertype_specific_storage | Stores dataz about a specific container type. One per container type per engine |
| Cengine_level_storage | Stores dataz about aatc containers. One per engine |
| Ctemplate_specific_storage | Stores the function pointers of a specific container<datatype>. One per datatype per container type per engine |
| ▼Nhash | |
| Chashfunctor | The functor that unordered containers use for hashing |
| Chashfunctor< config::t::float32 > | |
| Chashfunctor< config::t::float64 > | |
| Chashfunctor< config::t::string > | |
| ▼Ntemplatemagic | |
| ▼Cstaticiterate | |
| Cinternal_functor | |
| Cinternal_functor< iteration_start, iteration_end,-1, functor_operate > | |
| ▼Cstaticiterate_1arg | |
| Cinternal_functor | |
| Cinternal_functor< iteration_start, iteration_end,-1, functor_operate, T_arg1 > | |
| ▼Cstaticiterate_2arg | |
| Cinternal_functor | |
| Cinternal_functor< iteration_start, iteration_end,-1, functor_operate, T_arg1, T_arg2 > | |
| CInitializer | The initializer class used for engine specific registration settings |
| Cstaticiterate_initializer_register_all_containers | |