wPlot2D version: 0.1.0
A lightweight C++ library for clear and customizable 2D scientific plots.
Loading...
Searching...
No Matches
wEntity.hpp File Reference
#include <memory>
#include <unordered_map>
#include <stdexcept>
#include <type_traits>
#include "wComponent.hpp"
Include dependency graph for wEntity.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wEngine::Entity
 Represents an entity in the ECS (Entity-Component System) architecture. More...

Namespaces

namespace  wEngine

Functions

std::size_t wEngine::getNextComponentTypeID ()
template<typename ComponentType>
std::size_t wEngine::getComponentTypeID () noexcept