]> code.bitgloo.com Git - clyne/entityx.git/commit
Add `.each<C...>([](C &c...) {})` iteration.
authorAlec Thomas <alec@swapoff.org>
Sun, 19 Jul 2015 01:15:23 +0000 (21:15 -0400)
committerAlec Thomas <alec@swapoff.org>
Sun, 19 Jul 2015 01:16:53 +0000 (21:16 -0400)
commitc4d518bbdd136dde3826ff2e0e51ae84d7613720
treebef10aad31d50b113a7876fceaf2e35a89fa7b11
parent243bee5ae16d33ba24d4247ec399df750aa07699
Add `.each<C...>([](C &c...) {})` iteration.

May break code that uses `EntityManager::View`, as this is now a
template type `EntityManager::View<C...>`.

Fixes #62.
README.md
entityx/Entity.h
entityx/Entity_test.cc
entityx/System_test.cc
examples/example.cc