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

Temporary struct used internally by ThreadPool. More...

#include <Manager.hpp>

Public Attributes

std::array< std::size_t, 2 > range
 
Managermanager
 
std::vector< std::vector< std::size_t > > * multiMatchingEntities
 
BitsetTypebitsets
 
std::mutex * mutex
 
std::unordered_set< std::size_t > dead
 

Detailed Description

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

Temporary struct used internally by ThreadPool.


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