Game of Ur 0.3.3
This is a computer adaptation of Game of Ur, written in C++ mainly using SDL and OpenGL.
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: