VOX
A little voxel engine
Loading...
Searching...
No Matches
ecs::Manager< entityType >::ComponentAlreadyExists Class Reference

#include <Manager.hpp>

Inheritance diagram for ecs::Manager< entityType >::ComponentAlreadyExists:
Inheritance graph
Collaboration diagram for ecs::Manager< entityType >::ComponentAlreadyExists:
Collaboration graph

Public Member Functions

template<typename ComponentType >
 ComponentAlreadyExists ()
 
const char * what () const noexcept override
 
const std::type_index & getType () const
 

Constructor & Destructor Documentation

◆ ComponentAlreadyExists()

template<ValidEntity entityType = ecs::entity>
template<typename ComponentType >
ecs::Manager< entityType >::ComponentAlreadyExists::ComponentAlreadyExists ( )
inline

Member Function Documentation

◆ getType()

template<ValidEntity entityType = ecs::entity>
const std::type_index & ecs::Manager< entityType >::ComponentAlreadyExists::getType ( ) const
inline

◆ what()

template<ValidEntity entityType = ecs::entity>
const char * ecs::Manager< entityType >::ComponentAlreadyExists::what ( ) const
inlineoverridenoexcept

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