xentara-utils v2.0.1
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::core::FactoryTag< ConcreteClass > Struct Template Reference

Tag used to create factories for a specific concrete type. More...

#include <xentara/utils/core/Factory.hpp>

Detailed Description

template<typename ConcreteClass>
struct xentara::utils::core::FactoryTag< ConcreteClass >

Tag used to create factories for a specific concrete type.

You should never use this type directly. Use the constant kFactory instead.

Template Parameters
ConcreteClassThe class of object to create