]> git.seodisparate.com - EntityComponentMetaSystem/commit
Changed implementation of stored functions to map
authorStephen Seo <seo.disparate@gmail.com>
Wed, 21 Sep 2016 12:01:48 +0000 (21:01 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 21 Sep 2016 12:01:48 +0000 (21:01 +0900)
commit09a75465097120e312e3559bed5534cdc13f0b9c
tree73d573e893c4341462b51010958e5f921399ee35
parent2e115cd7a2e0a33e0d6f632453553a2a514da81d
Changed implementation of stored functions to map

An unordered_map stores functions, allowing for functions to be
removed by index, and bulk removals with filtering by index.

Also added reset(), which changes the state of the Manager to be
almost identical to a newly constructed one.
src/EC/Manager.hpp
src/test/ECTest.cpp