CORGI
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Groups Pages
corgi::ComponentIdLookup< T > Struct Template Reference

A templated struct for holding type-dependent data. More...

#include <component_id_lookup.h>

Detailed Description

template<typename T>
struct corgi::ComponentIdLookup< T >

A templated struct for holding type-dependent data.

Note
This is typically declared via a macro (e.g. CORGI_REGISTER_COMPONENT).
Template Parameters
TThe type of the data structure stored by the Component. (i.e. The type that the Component was specialized for.)

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