ToyMaker Game Engine 0.0.2
ToyMaker is a game engine developed and maintained by Zoheb Shujauddin.
Loading...
Searching...
No Matches
ToyMaker::ComponentManager::getComponentTypeName< TComponent > Struct Template Reference

Helper function for retrieving the component type string defined as part of the component. More...

Public Member Functions

std::string operator() ()
 The method that retrieves the component type string.
 

Detailed Description

template<typename TComponent>
struct ToyMaker::ComponentManager::getComponentTypeName< TComponent >

Helper function for retrieving the component type string defined as part of the component.

Template Parameters
TComponentThe type of component whose type string is being retrieved.

Member Function Documentation

◆ operator()()

template<typename TComponent>
std::string ToyMaker::ComponentManager::getComponentTypeName< TComponent >::operator() ( )
inline

The method that retrieves the component type string.

Returns
std::string The type string for this component.

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