EntityComponentMetaSystem/src/EC/Meta
Stephen Seo d12af4d527 Add ability to handle unknown types
EC/Manager and EC/Bitset can now handle types that are not known
(Components or Tags not in the given Components or Tags when created).

Manager::getEntityData now returns a pointer instead of a reference.
Functions passed to Manager::forMatchingFunction (and other similar fns)
should now accept Component fields as pointer types, not reference
types.
2018-05-17 17:05:49 +09:00
..
Combine.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
Contains.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
ContainsAll.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
ForEach.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
ForEachDoubleTuple.hpp Fix bug with duplicate signatures 2017-11-15 15:36:04 +09:00
ForEachWithIndex.hpp Fix bug with duplicate signatures 2017-11-15 15:36:04 +09:00
IndexOf.hpp Add ability to handle unknown types 2018-05-17 17:05:49 +09:00
Matching.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
Meta.hpp Fix bug with duplicate signatures 2017-11-15 15:36:04 +09:00
Morph.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
TypeList.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
TypeListGet.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00