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

#include <Manager.hpp>

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

Public Member Functions

 EntityDoesNotExist (entityType entity)
 
const char * what () const noexcept override
 
entityType getEntity () const
 

Constructor & Destructor Documentation

◆ EntityDoesNotExist()

template<ValidEntity entityType = ecs::entity>
ecs::Manager< entityType >::EntityDoesNotExist::EntityDoesNotExist ( entityType  entity)
inline

Member Function Documentation

◆ getEntity()

template<ValidEntity entityType = ecs::entity>
entityType ecs::Manager< entityType >::EntityDoesNotExist::getEntity ( ) const
inline

◆ what()

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

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