cppexpose
1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
|
Determine component types for a type. More...
#include <cppexpose/include/cppexpose/plugin/ComponentHelpers.h>
Public Types | |
using | AbstractComponentType = AbstractGenericComponent< BaseType > |
template<typename Type > | |
using | ComponentType = GenericComponent< Type, BaseType > |
Determine component types for a type.
using cppexpose::ComponentTypes< BaseType, T >::AbstractComponentType = AbstractGenericComponent<BaseType> |
using cppexpose::ComponentTypes< BaseType, T >::ComponentType = GenericComponent<Type, BaseType> |