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

#include <Manager.hpp>

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ ComponentDoesNotExist()

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

Member Function Documentation

◆ getType()

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

◆ what()

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

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