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 >::TPFnDataStructFive Struct Reference

Temporary struct used internally by ThreadPool. More...

#include <Manager.hpp>

Public Attributes

std::array< std::size_t, 2 > range
 
std::size_t index
 
Managermanager
 
void * userData
 
std::vector< std::vector< std::size_t > > * multiMatchingEntities
 
std::unordered_set< std::size_t > dead
 

Detailed Description

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

Temporary struct used internally by ThreadPool.


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