R-Type  2
Doom but in better
Loading...
Searching...
No Matches
ComponentContainer.hpp File Reference
#include <vector>
#include <optional>
#include <variant>
#include <memory>
#include <cassert>
#include <algorithm>
#include "DenseArray.hpp"
#include "SparseArray.hpp"
Include dependency graph for ComponentContainer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ComponentContainer< Component, Allocator >
 Manages a collection of components associated with entities in an ECS (Entity-Component-System) architecture. More...