qb
2.0.0.0
C++17 Actor Framework
|
Internal helper class for actor type and name management. More...
#include <Actor.h>
Static Public Member Functions | |
template<typename _Type> | |
static auto | getType () |
template<typename _Type> | |
static const char * | getName () |
Static Protected Member Functions | |
template<typename _Type> | |
static void | setType (Actor &actor) |
template<typename _Type> | |
static void | setName (Actor &actor) |
Internal helper class for actor type and name management.
Provides mechanisms for setting and retrieving type information for actors, primarily used by the actor factory system.