Go to the source code of this file.
|
| template<std::size_t idx, typename ZippedComponentWindows > |
| std::enable_if< is_zipped_component_tuple< ZippedComponentWindows >::value, typename boost::fusion::result_of::value_at_c< typename ZippedComponentWindows::windows_type, idx >::type::value_type & >::type | entity::component::get (ZippedComponentWindows const &windows) |
| |
| template<typename... Pools> |
| auto | entity::component::zip (Pools &...pools) -> decltype(zip_from_tuple(tie(pools...))) |
| |
| template<typename ComponentPoolTuple > |
| zipped_component_windows< ComponentPoolTuple > | entity::component::zip_from_tuple (ComponentPoolTuple pools) |
| |
| #define _ENTITY_COMPONENT_ZIP_H_INCLUDED_ |