decs ~master (2021-07-15T12:31:03.9074131)
Dub
Repo
TypeStore
decs
ecs
Undocumented in source.
struct
TypeStore {
HashMap
!(
uint
,
void
*)
map
;
Allocator
*
allocator
;
static
TypeStore
create
(Allocator* allocator);
}
Members
Static functions
create
TypeStore
create
(Allocator* allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
allocator
Allocator
*
allocator
;
Undocumented in source.
map
HashMap
!(
uint
,
void
*)
map
;
Undocumented in source.
Meta
Source
See Implementation
decs
ecs
aliases
Entity
EntityHandle_large
EntityTraitsDefinition_large
Storage
functions
sortSub
structs
BasicView
ComponentStorage
EntityTraitsDefinition
Excludes
GroupData
Handles
Includes
MultiView
Optional
Registry
SparseSet
TypeStore
templates
type_id