EntityComponentMetaSystem
An implementation of an EntityComponent System with template meta-programming.
Loading...
Searching...
No Matches
Public Attributes | List of all members
EC::Manager< ComponentsList, TagsList, ThreadCount >::TPFnDataStructOne< Function > Struct Template Reference

Temporary struct used internally by ThreadPool. More...

#include <Manager.hpp>

Public Attributes

std::array< std::size_t, 2 > range
 
Managermanager
 
EntitiesType * entities
 
BitsetTypesignature
 
void * userData
 
Function * fn
 
std::unordered_set< std::size_t > dead
 

Detailed Description

template<typename ComponentsList, typename TagsList, unsigned int ThreadCount = 4>
template<typename Function>
struct EC::Manager< ComponentsList, TagsList, ThreadCount >::TPFnDataStructOne< Function >

Temporary struct used internally by ThreadPool.


The documentation for this struct was generated from the following file: