godot/core/templates
reduz 37c6434e16 Add a paged array template
Used for reusable stacks, or filling arrays from multiple threads efficiently.
2020-12-21 15:06:50 -03:00
..
command_queue_mt.cpp
command_queue_mt.h
cowdata.h
hash_map.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
hashfuncs.h [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
list.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
local_vector.h
lru.h [Complex Text Layouts] Implement TextServer interface. Implement Fallback TextServer. 2020-11-26 13:55:26 +02:00
map.h
oa_hash_map.h
ordered_hash_map.h
paged_array.h Add a paged array template 2020-12-21 15:06:50 -03:00
pair.h
pass_func.h Reorganize rendering server. 2020-12-03 19:01:01 -03:00
rid.h
rid_owner.cpp
rid_owner.h
ring_buffer.h
safe_refcount.cpp
safe_refcount.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
SCsub
self_list.h
set.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
simple_type.h
sort_array.h
thread_work_pool.cpp
thread_work_pool.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
vector.h packed*arrays are pass by ref now. support duplicate and update documentation 2020-12-17 16:09:32 -06:00
vmap.h
vset.h